Package | Description |
---|---|
org.openspaces.admin.alert |
Support for managing Alerts through the Admin API.
|
org.openspaces.admin.alert.config | |
org.openspaces.admin.alert.config.parser |
Modifier and Type | Method and Description |
---|---|
<T extends AlertConfiguration> |
AlertManager.getConfig(Class<T> clazz)
Get the currently set alert configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertManager.configure(AlertConfiguration... configurations)
Define an alert configuration for a 'bulk' of configurations.
|
void |
AlertManager.setConfig(AlertConfiguration config)
Defines an alert configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertManager.disableAlert(Class<? extends AlertConfiguration> clazz)
Disables a previously enabled alert.
|
void |
AlertManager.enableAlert(Class<? extends AlertConfiguration> clazz)
Enable a previously set alert configuration.
|
boolean |
AlertManager.isAlertEnabled(Class<? extends AlertConfiguration> clazz) |
boolean |
AlertManager.removeConfig(Class<? extends AlertConfiguration> clazz)
Removes a previously set alert configuration.
|
Modifier and Type | Method and Description |
---|---|
AlertConfiguration |
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer.create()
Get a fully configured fault-detection alert configuration (after all properties have been set).
|
AlertConfiguration |
ProvisionFailureAlertConfigurer.create()
Get a fully configured provision failure alert configuration (after all properties have been set).
|
Modifier and Type | Method and Description |
---|---|
AlertConfiguration[] |
AlertConfigurationParser.parse()
Parse and return an array of
AlertConfiguration . |
AlertConfiguration[] |
XmlAlertConfigurationParser.parse() |
Copyright © GigaSpaces.