Package | Description |
---|---|
com.hazelcast.cluster | |
com.hazelcast.impl | |
com.hazelcast.impl.partition | |
com.hazelcast.logging |
Modifier and Type | Method and Description |
---|---|
MemberImpl |
ClusterManager.addMember(Address address,
NodeType nodeType,
String nodeUuid) |
protected MemberImpl |
ClusterManager.createMember(Address address,
NodeType nodeType,
String nodeUuid,
String ipV6ScopeId) |
MemberImpl |
ClusterManager.getMember(Address address) |
Modifier and Type | Method and Description |
---|---|
Member |
ClusterManager.addMember(boolean checkServiceThread,
MemberImpl member) |
Member |
ClusterManager.addMember(MemberImpl member) |
void |
ClusterManager.removeMember(MemberImpl member) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterImpl.setMembers(List<MemberImpl> incomingMembers) |
Constructor and Description |
---|
MembersUpdateCall(Collection<MemberImpl> lsMembers,
long masterTime) |
Modifier and Type | Field and Description |
---|---|
protected MemberImpl |
BaseManager.thisMember |
Modifier and Type | Field and Description |
---|---|
protected List<MemberImpl> |
BaseManager.lsMembers |
protected Map<Address,MemberImpl> |
BaseManager.mapMembers |
Modifier and Type | Method and Description |
---|---|
MemberImpl |
Node.getLocalMember() |
MemberImpl |
PartitionManager.getMember(Address address) |
protected MemberImpl |
BaseManager.getNextMemberAfter(Address address,
boolean skipSuperClient,
int distance) |
protected MemberImpl |
BaseManager.getNextMemberAfter(List<MemberImpl> lsMembers,
Address address,
boolean skipSuperClient,
int distance) |
Modifier and Type | Method and Description |
---|---|
List<MemberImpl> |
BaseManager.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentMapManager.syncForDead(MemberImpl deadMember) |
void |
PartitionManager.syncForDead(MemberImpl deadMember) |
Modifier and Type | Method and Description |
---|---|
protected MemberImpl |
BaseManager.getNextMemberAfter(List<MemberImpl> lsMembers,
Address address,
boolean skipSuperClient,
int distance) |
Modifier and Type | Method and Description |
---|---|
Set<MemberImpl> |
DefaultMemberGroup.getMembers() |
Iterator<MemberImpl> |
SingleMemberGroup.iterator() |
Iterator<MemberImpl> |
DefaultMemberGroup.iterator() |
Iterator<MemberImpl> |
MemberGroup.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
SingleMemberGroup.addMember(MemberImpl member) |
void |
DefaultMemberGroup.addMember(MemberImpl member) |
void |
MemberGroup.addMember(MemberImpl member) |
boolean |
SingleMemberGroup.hasMember(MemberImpl member) |
boolean |
DefaultMemberGroup.hasMember(MemberImpl member) |
boolean |
MemberGroup.hasMember(MemberImpl member) |
void |
SingleMemberGroup.removeMember(MemberImpl member) |
void |
DefaultMemberGroup.removeMember(MemberImpl member) |
void |
MemberGroup.removeMember(MemberImpl member) |
Modifier and Type | Method and Description |
---|---|
void |
SingleMemberGroup.addMembers(Collection<MemberImpl> members) |
void |
DefaultMemberGroup.addMembers(Collection<MemberImpl> members) |
void |
MemberGroup.addMembers(Collection<MemberImpl> members) |
protected Set<MemberGroup> |
ConfigMemberGroupFactory.createInternalMemberGroups(Collection<MemberImpl> members) |
protected Set<MemberGroup> |
HostAwareMemberGroupFactory.createInternalMemberGroups(Collection<MemberImpl> allMembers) |
Set<MemberGroup> |
SingleMemberGroupFactory.createMemberGroups(Collection<MemberImpl> members) |
Collection<MemberGroup> |
MemberGroupFactory.createMemberGroups(Collection<MemberImpl> members) |
PartitionInfo[] |
PartitionStateGenerator.initialize(Collection<MemberImpl> members,
int partitionCount) |
PartitionInfo[] |
PartitionStateGenerator.reArrange(PartitionInfo[] currentState,
Collection<MemberImpl> members,
int partitionCount,
List<MigrationRequestTask> lostPartitionTasksList,
List<MigrationRequestTask> immediateTasksList,
List<MigrationRequestTask> scheduledTasksList) |
Constructor and Description |
---|
SingleMemberGroup(MemberImpl member) |
Constructor and Description |
---|
DefaultMemberGroup(Collection<MemberImpl> members) |
Constructor and Description |
---|
LoggingServiceImpl(SystemLogService systemLogService,
String groupName,
String loggingType,
MemberImpl thisMember) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.