|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemberInfo | |
---|---|
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. |
Uses of MemberInfo in com.hazelcast.cluster.impl |
---|
Method parameters in com.hazelcast.cluster.impl with type arguments of type MemberInfo | |
---|---|
void |
ClusterServiceImpl.updateMembers(Collection<MemberInfo> members)
|
Uses of MemberInfo in com.hazelcast.cluster.impl.operations |
---|
Constructor parameters in com.hazelcast.cluster.impl.operations with type arguments of type MemberInfo | |
---|---|
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)
|
Uses of MemberInfo in com.hazelcast.partition |
---|
Fields in com.hazelcast.partition with type parameters of type MemberInfo | |
---|---|
protected ArrayList<MemberInfo> |
PartitionRuntimeState.members
|
Methods in com.hazelcast.partition that return types with arguments of type MemberInfo | |
---|---|
List<MemberInfo> |
PartitionRuntimeState.getMembers()
|
Methods in com.hazelcast.partition with parameters of type MemberInfo | |
---|---|
protected void |
PartitionRuntimeState.addMemberInfo(MemberInfo memberInfo,
Map<Address,Integer> addressIndexes,
int memberIndex)
|
Constructor parameters in com.hazelcast.partition with type arguments of type MemberInfo | |
---|---|
PartitionRuntimeState(ILogger logger,
Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
long masterTime,
int version)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |