Class ClusterNodeJoinedEvent

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

public final class ClusterNodeJoinedEvent extends Object implements Serializable
Event that is fired when a node joins the cluster. This can happen when a new node is started and successfully connects to the cluster, or when an existing node that was previously unresponsive becomes responsive again and is re-added to the cluster. The event contains information about the node that joined, 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. going into stand-by by stopping the scheduler or disconnect from frontend servers).
See Also:
  • Constructor Details

    • ClusterNodeJoinedEvent

      public ClusterNodeJoinedEvent(NodeModel joinedNode)
  • Method Details