Class SpacePartitionSplitBrainAlert

java.lang.Object
org.openspaces.admin.alert.alerts.AbstractAlert
org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
All Implemented Interfaces:
Externalizable, Serializable, Alert

public class SpacePartitionSplitBrainAlert extends AbstractAlert
A Space partition split-brain alert triggered when two primaries are detected in the same partition. The alert is resolved after split-brain recovery.

This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert) for registered listeners.

Since:
10.2.0
Author:
Moran Avigdor
See Also:
  • Field Details

  • Constructor Details

    • SpacePartitionSplitBrainAlert

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

      public SpacePartitionSplitBrainAlert(Alert alert)
  • Method Details

    • getComponentUid

      public String getComponentUid()
      The component UID is equivalent to Space.getUid()
      Specified by:
      getComponentUid in interface Alert
      Overrides:
      getComponentUid in class AbstractAlert
      Returns:
      Component UID - the unique identifier of the component associated with the alert.
    • getSpacePartitionId

      public int getSpacePartitionId()
    • getSpaceName

      public String getSpaceName()