Package | Description |
---|---|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.updateMembers(Collection<MemberInfo> members) |
Modifier and Type | Field and Description |
---|---|
protected Collection<MemberInfo> |
MemberInfoUpdateOperation.memberInfos |
Constructor and Description |
---|
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
boolean sendResponse) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime) |
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,
int version) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.