| 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 | 
|---|---|
| boolean | ClusterServiceImpl. finalizeJoin(MembersView membersView,
            Address callerAddress,
            String callerUuid,
            String clusterId,
            ClusterState clusterState,
            Version clusterVersion,
            long clusterStartTime,
            long masterTime,
            OnJoinOp preJoinOp) | 
| Constructor and Description | 
|---|
| FinalizeJoinOp(String targetUuid,
              MembersView members,
              OnJoinOp preJoinOp,
              OnJoinOp postJoinOp,
              long masterTime,
              String clusterId,
              long clusterStartTime,
              ClusterState clusterState,
              Version clusterVersion,
              PartitionRuntimeState partitionRuntimeState,
              boolean sendResponse) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.