| Package | Description | 
|---|---|
| com.hazelcast.internal.cluster.impl.operations | This package contains operations for the com.hazelcast.cluster.impl package. | 
| com.hazelcast.internal.partition | Contains the internals for partition assignment/management, migration, replication etc. | 
| com.hazelcast.internal.partition.impl | Contains the actual implementation of the  InternalPartitionService. | 
| com.hazelcast.internal.partition.operation | Contains the operations for partition package. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PartitionRuntimeState | MemberInfoUpdateOperation. partitionRuntimeState | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionRuntimeState | InternalPartitionService. createPartitionState() | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionRuntimeState | InternalPartitionServiceImpl. createPartitionState() | 
| PartitionRuntimeState | InternalPartitionServiceImpl. createPartitionStateInternal() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | InternalPartitionServiceImpl. processPartitionRuntimeState(PartitionRuntimeState partitionState) | 
| Constructor and Description | 
|---|
| MigrationCommitOperation(PartitionRuntimeState partitionState,
                        String expectedMemberUuid) | 
| PartitionStateOperation(PartitionRuntimeState partitionState) | 
| PartitionStateOperation(PartitionRuntimeState partitionState,
                       boolean sync) | 
| PromotionCommitOperation(PartitionRuntimeState partitionState,
                        Collection<MigrationInfo> promotions,
                        String expectedMemberUuid) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.