Package | Description |
---|---|
com.hazelcast.cluster | |
com.hazelcast.impl.management | |
com.hazelcast.impl.partition |
Modifier and Type | Method and Description |
---|---|
Collection<MemberInfo> |
MembersUpdateCall.getMemberInfos() |
Modifier and Type | Method and Description |
---|---|
void |
MembersUpdateCall.addMemberInfo(MemberInfo memberInfo) |
Modifier and Type | Method and Description |
---|---|
MemberInfo |
ClusterRuntimeState.getLocalMember() |
MemberInfo |
ClusterRuntimeState.getMember(int index) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<MemberInfo> |
PartitionRuntimeState.members |
Modifier and Type | Method and Description |
---|---|
ArrayList<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(Collection<MemberInfo> memberInfos,
PartitionInfo[] partitions,
long masterTime,
int version) |
PartitionStateProcessable(Collection<MemberInfo> memberInfos,
PartitionInfo[] partitions,
long masterTime,
int version) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.