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