Package | Description |
---|---|
org.openspaces.admin.alert |
Support for managing Alerts through the Admin API.
|
org.openspaces.admin.alert.alerts | |
org.openspaces.admin.internal.alert |
Modifier and Type | Field and Description |
---|---|
static AlertSeverity |
AlertSeverity.INFO
INFO is an alert severity indicating an informational alert.
|
static AlertSeverity |
AlertSeverity.SEVERE
SEVERE is an alert severity indicating a serious failure/situation.
|
static AlertSeverity |
AlertSeverity.WARNING
WARNING is an alert severity indicating a potential problem.
|
Modifier and Type | Method and Description |
---|---|
AlertSeverity |
Alert.getSeverity() |
static AlertSeverity |
AlertSeverity.parse(int value)
Returns an AlertSeverity by it's value (see
getValue() ). |
static AlertSeverity |
AlertSeverity.parse(String name)
Returns an AlertSeverity by it's name (see
getName() ). |
Modifier and Type | Method and Description |
---|---|
AlertFactory |
AlertFactory.severity(AlertSeverity severity)
Severity - the defined severity of the alert.
|
Constructor and Description |
---|
AlertFactory(String groupUid,
AlertSeverity alertSeverity,
AlertStatus alertStatus)
A factory for creating an
Alert with the required fields. |
Modifier and Type | Method and Description |
---|---|
AlertSeverity |
AbstractAlert.getSeverity() |
Modifier and Type | Method and Description |
---|---|
AlertSeverity |
DefaultAlert.getSeverity() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAlert.setSeverity(AlertSeverity severity) |
Copyright © GigaSpaces.