| Package | Description | 
|---|---|
| org.openspaces.admin.alert | Support for managing Alerts through the Admin API. | 
| org.openspaces.admin.alert.alerts | |
| org.openspaces.admin.alert.events | |
| org.openspaces.admin.internal.alert | |
| org.openspaces.admin.internal.alert.events | 
| Modifier and Type | Method and Description | 
|---|---|
| Alert | AlertFactory. create() | 
| Alert | AlertFactory. toAlert() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AlertManager. triggerAlert(Alert alert)Trigger an alert event for registered alert event listeners. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAlertAn abstraction over a fired alert, exposing the  AlertAPI. | 
| class  | CpuUtilizationAlertA CPU Utilization alert fired upon triggered CPU thresholds. | 
| class  | GarbageCollectionAlertA Garbage Collection duration alert, fired upon triggered GC thresholds. | 
| class  | HeapMemoryUtilizationAlertA heap memory utilization alert, fired upon triggered JVM heap-memory thresholds. | 
| class  | MirrorPersistenceFailureAlertA Mirror persistency failure alert, triggered upon a failed replication from primary Space to
 Mirror Space, due to an error (e.g. | 
| class  | PhysicalMemoryUtilizationAlertA physical memory utilization alert, fired upon triggered machine physical memory thresholds. | 
| class  | ProcessingUnitInstanceMemberAliveIndicatorAlertA processing unit instance fault-detection alert triggered when a Grid Service Manager fails to
 monitor a processing unit instance. | 
| class  | ProvisionFailureAlertA provision failure alert triggered when a processing unit has less actual instances than planned
 instances. | 
| class  | ReplicationChannelDisconnectedAlertA replication channel disconnection alert, fired upon a disconnected channel between a source
 (primary Space) and it's target (backup Space or Mirror). | 
| class  | ReplicationRedoLogOverflowToDiskAlertA replication redo-log overflow to disk alert, fired when the redo-log exceeds the defined
 redo-log memory capacity and overflows to disk. | 
| class  | ReplicationRedoLogSizeAlertA replication redo-log size alert, fired upon redo-log increase, indicating that packets are not
 being sent from a source Space to it's target Space (backup or mirror). | 
| class  | SpacePartitionSplitBrainAlertA Space partition split-brain alert triggered when two primaries are detected in the same
 partition. | 
| Modifier and Type | Method and Description | 
|---|---|
| Alert | AbstractAlert. getAlert()The alert set upon construction | 
| Constructor and Description | 
|---|
| AbstractAlert(Alert alert) | 
| CpuUtilizationAlert(Alert alert) | 
| GarbageCollectionAlert(Alert alert) | 
| HeapMemoryUtilizationAlert(Alert alert) | 
| MirrorPersistenceFailureAlert(Alert alert) | 
| PhysicalMemoryUtilizationAlert(Alert alert) | 
| ProcessingUnitInstanceMemberAliveIndicatorAlert(Alert alert) | 
| ProvisionFailureAlert(Alert alert) | 
| ReplicationChannelDisconnectedAlert(Alert alert) | 
| ReplicationRedoLogOverflowToDiskAlert(Alert alert) | 
| ReplicationRedoLogSizeAlert(Alert alert) | 
| SpacePartitionSplitBrainAlert(Alert alert) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AlertTriggeredEventListener. alertTriggered(Alert alert) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalAlert | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultAlertA plain java object representing an alert issued by an alert bean or an alert provider. | 
| Modifier and Type | Method and Description | 
|---|---|
| Alert | DefaultAlertRepository. getAlertByAlertUid(String alertUid) | 
| Alert | AlertRepository. getAlertByAlertUid(String alertUid)Get a specific alert by its  getAlertUid() | 
| Alert[] | DefaultAlertRepository. getAlertsByGroupUid(String groupUid) | 
| Alert[] | AlertRepository. getAlertsByGroupUid(String groupUid)Get an array of alerts matching a  getGroupUid(). | 
| Alert[] | DefaultAlertRepository.AlertGroup. toArray() | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<Alert> | DefaultAlertRepository. iterateFifo() | 
| Iterable<Alert> | AlertRepository. iterateFifo()An Iterator over the alerts in the repository from the first alert to arrive to the last. | 
| Iterable<Alert> | DefaultAlertRepository. iterateLifo() | 
| Iterable<Alert> | AlertRepository. iterateLifo()An Iterator over the alerts in the repository from the last alert to arrive to the first. | 
| Iterable<Iterable<Alert>> | DefaultAlertRepository. list() | 
| Iterable<Iterable<Alert>> | AlertRepository. list()An Iterator of Iterators over the alerts in the repository, each iterator groups together
 alerts belonging to the same group UID. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultAlertRepository. addAlert(Alert alert) | 
| void | DefaultAlertRepository.AlertGroup. addAlert(Alert alert) | 
| void | AlertRepository. addAlert(Alert alert)Add the alert to the repository. | 
| void | DefaultAlertManager. triggerAlert(Alert alert) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultAlertEventManager. alertTriggered(Alert alert) | 
Copyright © GigaSpaces.