Class ClusterNodeLeftEvent
java.lang.Object
de.xima.fc.cluster.events.ClusterNodeLeftEvent
- All Implemented Interfaces:
Serializable
Event that is fired when a node leaves the cluster. This can happen when a node is shut down or when it becomes
unresponsive and is removed from the cluster by the cluster management system. The event contains information about
the node that left, such as its ID and address, which can be used by other nodes in the cluster to update their state
and take appropriate actions (e.g. starting takeover by starting the scheduler or connect to frontend servers).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClusterNodeLeftEvent
-
-
Method Details
-
getLeftNode
-
equals
-
hashCode
-
toString
-