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 |
---|---|
MemberInfo |
JoinRequest.toMemberInfo() |
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,
ClusterState clusterState,
PartitionRuntimeState partitionRuntimeState,
boolean sendResponse) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
PartitionRuntimeState partitionRuntimeState) |
MemberInfoUpdateOperation(Collection<MemberInfo> memberInfos,
long masterTime,
boolean sendResponse) |
Modifier and Type | Method and Description |
---|---|
List<MemberInfo> |
PartitionRuntimeState.getMembers() |
Constructor and Description |
---|
PartitionRuntimeState(ILogger logger,
Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
int version) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.