Package | Description |
---|---|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
Modifier and Type | Method and Description |
---|---|
static MembersView |
MembersView.createNew(int version,
Collection<MemberImpl> members)
Creates a new
MemberMap including given members. |
MembersView |
MembershipManager.getMembersView() |
MembersView |
ClusterServiceImpl.handleMastershipClaim(Address candidateAddress,
String candidateUuid) |
MembersView |
MembershipManager.promoteToNormalMember(Address address,
String uuid) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusterServiceImpl.finalizeJoin(MembersView membersView,
Address callerAddress,
String callerUuid,
String clusterId,
ClusterState clusterState,
Version clusterVersion,
long clusterStartTime,
long masterTime,
OnJoinOp preJoinOp) |
boolean |
MembersView.isLaterThan(MembersView other) |
boolean |
ClusterServiceImpl.updateMembers(MembersView membersView,
Address callerAddress,
String callerUuid) |
Constructor and Description |
---|
FinalizeJoinOp(String targetUuid,
MembersView members,
OnJoinOp preJoinOp,
OnJoinOp postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
Version clusterVersion,
PartitionRuntimeState partitionRuntimeState,
boolean sendResponse) |
MembersUpdateOp(String targetUuid,
MembersView membersView,
long masterTime,
PartitionRuntimeState partitionRuntimeState,
boolean returnResponse) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.