Class HeapMemoryUtilizationAlertConfigurer

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

public class HeapMemoryUtilizationAlertConfigurer extends Object implements AlertConfigurer
A heap utilization alert configurer. Specifies the thresholds for triggering an alert. There are two thresholds, high and low and a measurement period indicating a window for the heap reading. The heap utilization alert is raised if any discovered JVM is above the specified heap threshold for a period of time. The heap utilization alert is resolved if its heap goes below the specified heap threshold for a period of time.

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

Since:
8.0
Author:
Moran Avigdor
See Also: