Class ProvisionFailureAlert
java.lang.Object
org.openspaces.admin.alert.alerts.AbstractAlert
org.openspaces.admin.alert.alerts.ProvisionFailureAlert
- All Implemented Interfaces:
Externalizable,Serializable,Alert
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openspaces.admin.alert.alerts.AbstractAlert
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternal
-
Constructor Details
-
ProvisionFailureAlert
public ProvisionFailureAlert()required by java.io.Externalizable -
ProvisionFailureAlert
-
-
Method Details
-
getComponentUid
The component UID is equivalent toProcessingUnit.getName()- Specified by:
getComponentUidin interfaceAlert- Overrides:
getComponentUidin classAbstractAlert- Returns:
- Component UID - the unique identifier of the component associated with the alert.
-