Package | Description |
---|---|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.partition.membergroup |
todo
|
Modifier and Type | Method and Description |
---|---|
Address[][] |
PartitionStateGenerator.initialize(Collection<MemberGroup> groups,
int partitionCount)
Returns the initial layout for the partitions.
|
Address[][] |
PartitionStateGeneratorImpl.initialize(Collection<MemberGroup> memberGroups,
int partitionCount) |
Address[][] |
PartitionStateGenerator.reArrange(Collection<MemberGroup> groups,
InternalPartition[] currentState)
Rearranges the partition layout.
|
Address[][] |
PartitionStateGeneratorImpl.reArrange(Collection<MemberGroup> memberGroups,
InternalPartition[] currentState) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMemberGroup |
class |
SingleMemberGroup |
Modifier and Type | Method and Description |
---|---|
protected Set<MemberGroup> |
HostAwareMemberGroupFactory.createInternalMemberGroups(Collection<? extends Member> allMembers) |
protected Set<MemberGroup> |
ConfigMemberGroupFactory.createInternalMemberGroups(Collection<? extends Member> members) |
Collection<MemberGroup> |
MemberGroupFactory.createMemberGroups(Collection<? extends Member> members) |
Set<MemberGroup> |
SingleMemberGroupFactory.createMemberGroups(Collection<? extends Member> members) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.