Package | Description |
---|---|
org.openspaces.admin.alert |
Support for managing Alerts through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
AlertFactory |
AlertFactory.componentDescription(String componentDescription)
Component Description - the description of the component specified by the
componentUid(String) . |
AlertFactory |
AlertFactory.componentUid(String componentUid)
Component UID - the unique identifier of the component associated with the alert.
|
AlertFactory |
AlertFactory.config(Map<String,String> properties)
Set the configuration properties used to configure the alert bean.
|
AlertFactory |
AlertFactory.description(String description)
Description - a description of the alert.
|
AlertFactory |
AlertFactory.groupUid(String groupUid)
A group unique identifier representing the aggregation of alerts belonging to the same alert
bean, for a specific component.
|
AlertFactory |
AlertFactory.name(String name)
Alert name - the name assigned to the alert.
|
AlertFactory |
AlertFactory.properties(Map<String,String> properties)
Set any runtime properties which can be correlated with the appearance of this alert.
|
AlertFactory |
AlertFactory.putProperties(Map<String,String> properties)
Set any runtime properties which can be correlated with the appearance of this alert.
|
AlertFactory |
AlertFactory.putProperty(String key,
String value)
Set any runtime property which can be correlated with the appearance of this alert.
|
AlertFactory |
AlertFactory.severity(AlertSeverity severity)
Severity - the defined severity of the alert.
|
AlertFactory |
AlertFactory.status(AlertStatus status)
Status - the status of this alert.
|
AlertFactory |
AlertFactory.timestamp(long timestamp)
Timestamp - the date and time the alert occurred.
|
Copyright © GigaSpaces.