Uses of Class
org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfigurer
Packages that use PhysicalMemoryUtilizationAlertConfigurer
-
Uses of PhysicalMemoryUtilizationAlertConfigurer in org.openspaces.admin.alert.config
Methods in org.openspaces.admin.alert.config that return PhysicalMemoryUtilizationAlertConfigurerModifier and TypeMethodDescriptionPhysicalMemoryUtilizationAlertConfigurer.enable(boolean enabled) PhysicalMemoryUtilizationAlertConfigurer.measurementPeriod(long period, TimeUnit timeUnit) Set the period of time a physical memory alert should be triggered if it's reading is above/below the threshold setting.PhysicalMemoryUtilizationAlertConfigurer.raiseAlertIfMemoryAbove(int highThreshold) Raise an alert if physical memory is above the specified threshold for a period of time.PhysicalMemoryUtilizationAlertConfigurer.resolveAlertIfMemoryBelow(int lowThreshold) Resolve the previously raised alert if physical memory goes below the specified threshold for a period of time.