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 | |
org.openspaces.admin.internal.alert |
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 | Class and Description |
---|---|
class |
CpuUtilizationAlertConfiguration
A CPU utilization alert configuration.
|
class |
GarbageCollectionAlertConfiguration
A Garbage Collection pause alert configuration.
|
class |
HeapMemoryUtilizationAlertConfiguration
A heap utilization alert configuration.
|
class |
MirrorPersistenceFailureAlertConfiguration
A Mirror persistence failure alert configuration.
|
class |
PhysicalMemoryUtilizationAlertConfiguration
A physical memory utilization alert configuration.
|
class |
ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
A processing unit instance fault-detection configuration.
|
class |
ProvisionFailureAlertConfiguration
A provision failure alert configuration.
|
class |
ReplicationChannelDisconnectedAlertConfiguration
A replication channel disconnection alert configuration.
|
class |
ReplicationRedoLogOverflowToDiskAlertConfiguration
A replication redo log overflow to disk alert configuration.
|
class |
ReplicationRedoLogSizeAlertConfiguration
A replication redo log size alert configuration.
|
class |
SpacePartitionSplitBrainAlertConfiguration
A Space partition split-brain 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).
|
AlertConfiguration |
SpacePartitionSplitBrainAlertConfigurer.create()
Get a fully configured space partition split-brain 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() |
Modifier and Type | Method and Description |
---|---|
<T extends AlertConfiguration> |
DefaultAlertManager.getConfig(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAlertManager.configure(AlertConfiguration... configurations) |
void |
DefaultAlertManager.setConfig(AlertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAlertManager.disableAlert(Class<? extends AlertConfiguration> clazz) |
void |
DefaultAlertManager.enableAlert(Class<? extends AlertConfiguration> clazz) |
boolean |
DefaultAlertManager.isAlertEnabled(Class<? extends AlertConfiguration> clazz) |
boolean |
DefaultAlertManager.removeConfig(Class<? extends AlertConfiguration> clazz) |
Copyright © GigaSpaces.