| 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.bean | |
| 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  | 
AbstractAlert
An abstraction over a fired alert, exposing the  
Alert API. | 
class  | 
CpuUtilizationAlert
A CPU Utilization alert fired upon triggered CPU thresholds. 
 | 
class  | 
ElasticAutoScalingAlert
Deprecated. 
 
Since 12.1 - Elastic deployments support will be replaced with a different solution in upcoming releases, contact support for additional information. 
 | 
class  | 
ElasticGridServiceAgentProvisioningAlert
Deprecated.  
 | 
class  | 
ElasticGridServiceContainerProvisioningAlert
Deprecated.  
 | 
class  | 
ElasticMachineProvisioningAlert
Deprecated.  
 | 
class  | 
GarbageCollectionAlert
A Garbage Collection duration alert, fired upon triggered GC thresholds. 
 | 
class  | 
HeapMemoryUtilizationAlert
A heap memory utilization alert, fired upon triggered JVM heap-memory thresholds. 
 | 
class  | 
MirrorPersistenceFailureAlert
A Mirror persistency failure alert, triggered upon a failed replication from primary Space to
 Mirror Space, due to an error (e.g. 
 | 
class  | 
PhysicalMemoryUtilizationAlert
A physical memory utilization alert, fired upon triggered machine physical memory thresholds. 
 | 
class  | 
ProcessingUnitInstanceMemberAliveIndicatorAlert
A processing unit instance fault-detection alert triggered when a Grid Service Manager fails to
 monitor a processing unit instance. 
 | 
class  | 
ProvisionFailureAlert
A provision failure alert triggered when a processing unit has less actual instances than planned
 instances. 
 | 
class  | 
ReplicationChannelDisconnectedAlert
A replication channel disconnection alert, fired upon a disconnected channel between a source
 (primary Space) and it's target (backup Space or Mirror). 
 | 
class  | 
ReplicationRedoLogOverflowToDiskAlert
A replication redo-log overflow to disk alert, fired when the redo-log exceeds the defined
 redo-log memory capacity and overflows to disk. 
 | 
class  | 
ReplicationRedoLogSizeAlert
A 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  | 
SpacePartitionSplitBrainAlert
A 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)  | 
ElasticAutoScalingAlert(Alert alert)
Deprecated.  
  | 
ElasticGridServiceAgentProvisioningAlert(Alert alert)
Deprecated.  
  | 
ElasticGridServiceContainerProvisioningAlert(Alert alert)
Deprecated.  
  | 
ElasticMachineProvisioningAlert(Alert alert)
Deprecated.  
  | 
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  | 
DefaultAlert
A 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 | 
|---|---|
protected Alert | 
AbstractElasticProcessingUnitAlertBean.createRaisedAlert(ElasticProcessingUnitFailureEvent event)
Deprecated.  
  | 
protected Alert[] | 
AbstractElasticProcessingUnitAlertBean.createResolvedAlerts(ElasticProcessingUnitProgressChangedEvent event)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractElasticProcessingUnitAlertBean.raiseAlert(Alert alert)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultAlertEventManager.alertTriggered(Alert alert)  | 
Copyright © GigaSpaces.