| 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 | 
|---|---|
| MemberInfo | JoinRequest. toMemberInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClusterServiceImpl. updateMembers(Collection<MemberInfo> members) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Collection<MemberInfo> | MemberInfoUpdateOperation. memberInfos | 
| Constructor and Description | 
|---|
| FinalizeJoinOperation(String targetUuid,
                     Collection<MemberInfo> members,
                     PostJoinOperation postJoinOp,
                     long masterTime,
                     String clusterId,
                     long clusterStartTime,
                     ClusterState clusterState,
                     ClusterVersion clusterVersion,
                     PartitionRuntimeState partitionRuntimeState) | 
| FinalizeJoinOperation(String targetUuid,
                     Collection<MemberInfo> members,
                     PostJoinOperation postJoinOp,
                     long masterTime,
                     String clusterId,
                     long clusterStartTime,
                     ClusterState clusterState,
                     ClusterVersion clusterVersion,
                     PartitionRuntimeState partitionRuntimeState,
                     boolean sendResponse) | 
| MemberInfoUpdateOperation(String targetUuid,
                         Collection<MemberInfo> memberInfos,
                         long masterTime,
                         PartitionRuntimeState partitionRuntimeState,
                         boolean sendResponse) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.