|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertConfiguration | |
---|---|
org.openspaces.admin.alert | Support for managing Alerts through the Admin API. |
org.openspaces.admin.alert.config | |
org.openspaces.admin.alert.config.parser |
Uses of AlertConfiguration in org.openspaces.admin.alert |
---|
Methods in org.openspaces.admin.alert with type parameters of type AlertConfiguration | ||
---|---|---|
|
AlertManager.getConfig(Class<T> clazz)
Get the currently set alert configuration. |
Methods in org.openspaces.admin.alert with parameters of type AlertConfiguration | |
---|---|
void |
AlertManager.configure(AlertConfiguration... configurations)
Define an alert configuration for a 'bulk' of configurations. |
void |
AlertManager.setConfig(AlertConfiguration config)
Defines an alert configuration. |
Method parameters in org.openspaces.admin.alert with type arguments of type AlertConfiguration | |
---|---|
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. |
Uses of AlertConfiguration in org.openspaces.admin.alert.config |
---|
Methods in org.openspaces.admin.alert.config that return AlertConfiguration | |
---|---|
AlertConfiguration |
ProvisionFailureAlertConfigurer.create()
Get a fully configured provision failure alert configuration (after all properties have been set). |
AlertConfiguration |
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer.create()
Get a fully configured fault-detection alert configuration (after all properties have been set). |
Uses of AlertConfiguration in org.openspaces.admin.alert.config.parser |
---|
Methods in org.openspaces.admin.alert.config.parser that return AlertConfiguration | |
---|---|
AlertConfiguration[] |
AlertConfigurationParser.parse()
Parse and return an array of AlertConfiguration . |
AlertConfiguration[] |
XmlAlertConfigurationParser.parse()
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |