Uses of Class
org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfigurer
Packages that use HeapMemoryUtilizationAlertConfigurer
-
Uses of HeapMemoryUtilizationAlertConfigurer in org.openspaces.admin.alert.config
Methods in org.openspaces.admin.alert.config that return HeapMemoryUtilizationAlertConfigurerModifier and TypeMethodDescriptionHeapMemoryUtilizationAlertConfigurer.enable(boolean enabled) 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.raiseAlertIfHeapAbove(int highThreshold) Raise an alert if heap utilization if above the specified threshold for a period of time.HeapMemoryUtilizationAlertConfigurer.resolveAlertIfHeapBelow(int lowThreshold) Resolve the previously raised alert if heap utilization goes below the specified threshold for a period of time.