Class SpacePartitionSplitBrainAlert
java.lang.Object
org.openspaces.admin.alert.alerts.AbstractAlert
org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
- All Implemented Interfaces:
Externalizable,Serializable,Alert
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionrequired by java.io.Externalizable -
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
-
Field Details
-
SPACE_NAME
- See Also:
-
SPACE_PARTITION_ID
- See Also:
-
-
Constructor Details
-
SpacePartitionSplitBrainAlert
public SpacePartitionSplitBrainAlert()required by java.io.Externalizable -
SpacePartitionSplitBrainAlert
-
-
Method Details
-
getComponentUid
The component UID is equivalent toSpace.getUid()- Specified by:
getComponentUidin interfaceAlert- Overrides:
getComponentUidin classAbstractAlert- Returns:
- Component UID - the unique identifier of the component associated with the alert.
-
getSpacePartitionId
public int getSpacePartitionId() -
getSpaceName
-