Uses of Class
org.openspaces.admin.alert.AlertSeverity
Packages that use AlertSeverity
Package
Description
Support for managing Alerts through the Admin API.
-
Uses of AlertSeverity in org.openspaces.admin.alert
Fields in org.openspaces.admin.alert declared as AlertSeverityModifier and TypeFieldDescriptionstatic final AlertSeverityAlertSeverity.INFOINFO is an alert severity indicating an informational alert.static final AlertSeverityAlertSeverity.SEVERESEVERE is an alert severity indicating a serious failure/situation.static final AlertSeverityAlertSeverity.WARNINGWARNING is an alert severity indicating a potential problem.Methods in org.openspaces.admin.alert that return AlertSeverityModifier and TypeMethodDescriptionAlert.getSeverity()static AlertSeverityAlertSeverity.parse(int value) Returns an AlertSeverity by it's value (seegetValue()).static AlertSeverityReturns an AlertSeverity by it's name (seegetName()).Methods in org.openspaces.admin.alert with parameters of type AlertSeverityModifier and TypeMethodDescriptionAlertFactory.severity(AlertSeverity severity) Severity - the defined severity of the alert.Constructors in org.openspaces.admin.alert with parameters of type AlertSeverityModifierConstructorDescriptionAlertFactory(String groupUid, AlertSeverity alertSeverity, AlertStatus alertStatus) A factory for creating anAlertwith the required fields. -
Uses of AlertSeverity in org.openspaces.admin.alert.alerts
Methods in org.openspaces.admin.alert.alerts that return AlertSeverity -
Uses of AlertSeverity in org.openspaces.admin.internal.alert
Methods in org.openspaces.admin.internal.alert that return AlertSeverityMethods in org.openspaces.admin.internal.alert with parameters of type AlertSeverity