com.hazelcast.partition.membergroup
Class SingleMemberGroupFactory

java.lang.Object
  extended by com.hazelcast.partition.membergroup.SingleMemberGroupFactory
All Implemented Interfaces:
MemberGroupFactory

public class SingleMemberGroupFactory
extends Object
implements MemberGroupFactory


Constructor Summary
SingleMemberGroupFactory()
           
 
Method Summary
 Set<MemberGroup> createMemberGroups(Collection<? extends Member> members)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleMemberGroupFactory

public SingleMemberGroupFactory()
Method Detail

createMemberGroups

public Set<MemberGroup> createMemberGroups(Collection<? extends Member> members)
Specified by:
createMemberGroups in interface MemberGroupFactory


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.