Class PhysicalMemoryUtilizationAlertConfigurer

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

public class PhysicalMemoryUtilizationAlertConfigurer extends Object implements AlertConfigurer
A physical memory 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 memory reading. The memory utilization alert is raised if any discovered machine is above the specified physical memory threshold for a period of time. The memory utilization alert is resolved if its physical memory reading goes below the specified memory threshold for a period of time.

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

Since:
8.0
Author:
Moran Avigdor
See Also: