Class GarbageCollectionAlertConfigurer

java.lang.Object
org.openspaces.admin.alert.config.GarbageCollectionAlertConfigurer
All Implemented Interfaces:
AlertConfigurer, BeanConfigurer<AlertConfiguration>

public class GarbageCollectionAlertConfigurer extends Object implements AlertConfigurer
A Garbage Collection pause alert configurer. Specifies the thresholds for triggering an alert. There are two thresholds, long period and short period indicating how long a gc took. The garbage collection alert is raised if the gc took longer than the specified 'long' period. The garbage collection alert is resolved if gc took less than the specified 'short' period.

Use the call to create() to create a fully initialized GarbageCollectionAlertConfiguration configuration.

Since:
8.0
Author:
Moran Avigdor
See Also: