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:
  • Constructor Details

    • ProvisionFailureAlert

      public ProvisionFailureAlert()
      required by java.io.Externalizable
    • ProvisionFailureAlert

      public ProvisionFailureAlert(Alert alert)
  • Method Details