Uses of Interface
com.hazelcast.partition.membergroup.MemberGroup

Packages that use MemberGroup
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.partition.membergroup todo 
 

Uses of MemberGroup in com.hazelcast.partition.impl
 

Method parameters in com.hazelcast.partition.impl with type arguments of type MemberGroup
 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)
           
 

Uses of MemberGroup in com.hazelcast.partition.membergroup
 

Classes in com.hazelcast.partition.membergroup that implement MemberGroup
 class DefaultMemberGroup
           
 class SingleMemberGroup
           
 

Methods in com.hazelcast.partition.membergroup that return types with arguments of type MemberGroup
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 © 2015 Hazelcast, Inc.. All Rights Reserved.