Methods in org.openspaces.admin.alert.config that return HeapMemoryUtilizationAlertConfigurer |
HeapMemoryUtilizationAlertConfigurer |
HeapMemoryUtilizationAlertConfigurer.enable(boolean enabled)
|
HeapMemoryUtilizationAlertConfigurer |
HeapMemoryUtilizationAlertConfigurer.measurementPeriod(long period,
TimeUnit timeUnit)
Set the period of time a heap memory alert should be triggered if it's reading is above/below
the threshold setting. |
HeapMemoryUtilizationAlertConfigurer |
HeapMemoryUtilizationAlertConfigurer.raiseAlertIfHeapAbove(int highThreshold)
Raise an alert if heap utilization if above the specified threshold for a period of time. |
HeapMemoryUtilizationAlertConfigurer |
HeapMemoryUtilizationAlertConfigurer.resolveAlertIfHeapBelow(int lowThreshold)
Resolve the previously raised alert if heap utilization goes below the specified threshold
for a period of time. |