Package com.hazelcast.cluster
package com.hazelcast.cluster
This package contains the cluster functionality.
-
ClassDescriptionRepresents an address of a member in the cluster.Hazelcast cluster interface.
ClusterState
are several possible states of the cluster where each state can allow and/or deny specific actions and/or change behavior of specific actions.Endpoint represents a peer in the cluster.An event that is sent when aInitialMembershipListener
registers itself on aCluster
.The InitialMembershipListener is aMembershipListener
that first receives anInitialMembershipEvent
when it is registered so it immediately knows which members are available.Cluster member interface.Implementations of this interface select members that are capable of executing a special kind of task.
TheMemberSelector.select(Member)
method is called for every available member in the cluster and it is up to the implementation to decide if the member is going to be used or not.Adapter for MembershipListener.Membership event fired when a new member is added to the cluster and/or when a member leaves the cluster and similar methods.Cluster membership listener.