| 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. | 
| 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) | 
| MembersUpdateOp(String targetUuid,
               MembersView membersView,
               long masterTime,
               PartitionRuntimeState partitionRuntimeState,
               boolean returnResponse) | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionRuntimeState | InternalPartitionService. createPartitionState()Creates the current partition runtime state. | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionRuntimeState | InternalPartitionServiceImpl. createPartitionState() | 
| PartitionRuntimeState | InternalPartitionServiceImpl. createPartitionStateInternal()Returns a copy of the partition table or  nullif not initialized. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | InternalPartitionServiceImpl. processPartitionRuntimeState(PartitionRuntimeState partitionState)Sets the  partitionStateif the node is started and the state is sent by the master known by this node. | 
| 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 © 2018 Hazelcast, Inc.. All Rights Reserved.