Class ClusterNodeLeftEvent

java.lang.Object
de.xima.fc.cluster.events.ClusterNodeLeftEvent
All Implemented Interfaces:
Serializable

public final class ClusterNodeLeftEvent extends Object implements 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 Details

    • ClusterNodeLeftEvent

      public ClusterNodeLeftEvent(NodeModel leftNode)
  • Method Details