| Package | Description | 
|---|---|
| com.hazelcast.internal.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.internal.cluster.impl.operations | This package contains operations for the com.hazelcast.cluster.impl package. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MembersView | MembersView. createNew(int version,
         Collection<MemberImpl> members)Creates a new  MemberMapincluding given members. | 
| MembersView | MembershipManager. getMembersView() | 
| MembersView | ClusterServiceImpl. handleMastershipClaim(Address candidateAddress,
                     String candidateUuid) | 
| MembersView | MembershipManager. promoteToDataMember(Address address,
                   String uuid) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ClusterServiceImpl. finalizeJoin(MembersView membersView,
            Address callerAddress,
            String callerUuid,
            String targetUuid,
            String clusterId,
            ClusterState clusterState,
            Version clusterVersion,
            long clusterStartTime,
            long masterTime,
            OnJoinOp preJoinOp) | 
| boolean | MembersView. isLaterThan(MembersView other) | 
| boolean | ClusterServiceImpl. updateMembers(MembersView membersView,
             Address callerAddress,
             String callerUuid,
             String targetUuid) | 
| Constructor and Description | 
|---|
| FinalizeJoinOp(String targetUuid,
              MembersView members,
              OnJoinOp preJoinOp,
              OnJoinOp postJoinOp,
              long masterTime,
              String clusterId,
              long clusterStartTime,
              ClusterState clusterState,
              Version clusterVersion,
              PartitionRuntimeState partitionRuntimeState) | 
| MembersUpdateOp(String targetUuid,
               MembersView membersView,
               long masterTime,
               PartitionRuntimeState partitionRuntimeState,
               boolean returnResponse) | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.