Class NodeJoinEvent

All Implemented Interfaces:
Serializable

public class NodeJoinEvent extends BaseTopologyEvent
An event that is fired when a node joined the cluster.
Since:
3.1.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • NodeJoinEvent

      public NodeJoinEvent(NodeModel node, ICluster cluster)
      Creates a new event with the given data for when a node joined the cluster.
      Parameters:
      node - Node that joined the cluster.
      cluster - Cluster to which the node joined.