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 |
---|
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
PartitionRuntimeState partitionRuntimeState) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
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.