| Package | Description | 
|---|---|
| com.hazelcast.cluster.impl.operations | 
 This package contains operations for the com.hazelcast.cluster.impl package. 
 | 
| com.hazelcast.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| Constructor and Description | 
|---|
FinalizeJoinOperation(Collection<MemberInfo> members,
                     PostJoinOperation postJoinOp,
                     long masterTime,
                     ClusterState clusterState,
                     PartitionRuntimeState partitionRuntimeState,
                     boolean sendResponse)  | 
FinalizeJoinOperation(Collection<MemberInfo> members,
                     PostJoinOperation postJoinOp,
                     long masterTime,
                     String clusterId,
                     long clusterStartTime,
                     ClusterState clusterState,
                     PartitionRuntimeState partitionRuntimeState)  | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionRuntimeState | 
InternalPartitionServiceImpl.createPartitionState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalPartitionServiceImpl.processPartitionRuntimeState(PartitionRuntimeState partitionState)  | 
| Constructor and Description | 
|---|
PartitionStateOperation(PartitionRuntimeState partitionState)  | 
PartitionStateOperation(PartitionRuntimeState partitionState,
                       boolean sync)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.