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) |
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.
|
PartitionRuntimeState |
InternalPartitionService.firstArrangement()
Causes the partition table to be arranged and published to members if :
this instance has started
this instance is the master
the cluster is
ClusterState.ACTIVE
if the partition table has not already been arranged
if there is no cluster membership change
If this instance is not the master, it will trigger the master to assign the partitions. |
Modifier and Type | Method and Description |
---|---|
PartitionRuntimeState |
InternalPartitionServiceImpl.createPartitionState() |
PartitionRuntimeState |
InternalPartitionServiceImpl.createPartitionStateInternal()
Returns a copy of the partition table or
null if not initialized. |
PartitionRuntimeState |
InternalPartitionServiceImpl.firstArrangement() |
Modifier and Type | Method and Description |
---|---|
boolean |
InternalPartitionServiceImpl.processPartitionRuntimeState(PartitionRuntimeState partitionState)
Sets the
partitionState if 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,
boolean sync) |
PromotionCommitOperation(PartitionRuntimeState partitionState,
Collection<MigrationInfo> promotions,
String expectedMemberUuid) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.