Class NodeJoinEvent

    • Constructor Detail

      • 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.