| Package | Description | 
|---|---|
| com.hazelcast.internal.partition | Contains the internals for partition assignment/management, migration, replication etc. | 
| com.hazelcast.partition.membergroup | todo | 
| com.hazelcast.spi.partitiongroup | This package contains the basic SPI for the Partition Group SPI to define
 or configure how Hazelcast will configure and distribute backups in the
 cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| Address[][] | PartitionStateGenerator. arrange(Collection<MemberGroup> groups,
       InternalPartition[] currentState)Arranges the partition layout. | 
| Address[][] | PartitionStateGenerator. arrange(Collection<MemberGroup> groups,
       InternalPartition[] currentState,
       Collection<Integer> partitions)Arranges the partition layout. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultMemberGroup | 
| class  | SingleMemberGroup | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Set<MemberGroup> | ZoneAwareMemberGroupFactory. createInternalMemberGroups(Collection<? extends Member> allMembers) | 
| protected Set<MemberGroup> | HostAwareMemberGroupFactory. createInternalMemberGroups(Collection<? extends Member> allMembers) | 
| protected Set<MemberGroup> | SPIAwareMemberGroupFactory. 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<MemberGroup> | PartitionGroupStrategy. getMemberGroups() | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.