Package | Description |
---|---|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
Constructor and Description |
---|
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
boolean sendResponse) |
MemberInfoUpdateOperation(Collection<MemberInfo> memberInfos,
long masterTime,
boolean sendResponse) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<MemberInfo> |
PartitionRuntimeState.members |
Modifier and Type | Method and Description |
---|---|
List<MemberInfo> |
PartitionRuntimeState.getMembers() |
Modifier and Type | Method and Description |
---|---|
protected void |
PartitionRuntimeState.addMemberInfo(MemberInfo memberInfo,
Map<Address,Integer> addressIndexes,
int memberIndex) |
Constructor and Description |
---|
PartitionRuntimeState(ILogger logger,
Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
long masterTime,
int version) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.