org.openspaces.admin.alert.alerts
Class ProvisionFailureAlert
java.lang.Object
  
org.openspaces.admin.alert.alerts.AbstractAlert
      
org.openspaces.admin.alert.alerts.ProvisionFailureAlert
- All Implemented Interfaces: 
 - Externalizable, Serializable, Alert
 
public class ProvisionFailureAlert
- extends AbstractAlert
 
A provision failure alert triggered when a processing unit has less actual instances than planned
 instances. The alert is resolved when the processing unit actual instance count is equal to the
 planned instance count.
 
 This alert will be received on the call to
 AlertTriggeredEventListener.alertTriggered(Alert) for registered listeners.
- Since:
 
  - 8.0.3
 
- Author:
 
  - Moran Avigdor
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class org.openspaces.admin.alert.alerts.AbstractAlert | 
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternal | 
 
 
ProvisionFailureAlert
public ProvisionFailureAlert()
- required by java.io.Externalizable
 
ProvisionFailureAlert
public ProvisionFailureAlert(Alert alert)
getComponentUid
public String getComponentUid()
- 
 The component UID is equivalent to 
ProcessingUnit.getName()
- Specified by:
 getComponentUid in interface Alert- Overrides:
 getComponentUid in class AbstractAlert
 
- Returns:
 - Component UID - the unique identifier of the component associated with the alert.
 
 
 
Copyright © GigaSpaces.