com.hazelcast.impl.partition
Class HostAwareMemberGroupFactory

java.lang.Object
  extended by com.hazelcast.impl.partition.HostAwareMemberGroupFactory
All Implemented Interfaces:
MemberGroupFactory

public class HostAwareMemberGroupFactory
extends Object
implements MemberGroupFactory


Constructor Summary
HostAwareMemberGroupFactory()
           
 
Method Summary
protected  Set<MemberGroup> createInternalMemberGroups(Collection<MemberImpl> allMembers)
           
 Collection<MemberGroup> createMemberGroups(Collection<MemberImpl> allMembers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.impl.partition.MemberGroupFactory
createMemberGroups
 

Constructor Detail

HostAwareMemberGroupFactory

public HostAwareMemberGroupFactory()
Method Detail

createInternalMemberGroups

protected Set<MemberGroup> createInternalMemberGroups(Collection<MemberImpl> allMembers)

createMemberGroups

public final Collection<MemberGroup> createMemberGroups(Collection<MemberImpl> allMembers)
Specified by:
createMemberGroups in interface MemberGroupFactory


Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.