Uses of Interface
org.shoal.ha.group.GroupService

Packages that use GroupService
org.shoal.ha.cache.api   
org.shoal.ha.cache.impl.store   
org.shoal.ha.group   
org.shoal.ha.group.gms   
 

Uses of GroupService in org.shoal.ha.cache.api
 

Methods in org.shoal.ha.cache.api that return GroupService
 GroupService ReplicationFramework.getGroupService()
           
 GroupService DataStoreContext.getGroupService()
           
 

Constructors in org.shoal.ha.cache.api with parameters of type GroupService
DataStoreContext(java.lang.String serviceName, GroupService gs, java.lang.ClassLoader loader)
           
 

Uses of GroupService in org.shoal.ha.cache.impl.store
 

Constructors in org.shoal.ha.cache.impl.store with parameters of type GroupService
ReplicatedDataStore(DataStoreConfigurator<K,V> conf, GroupService gs)
           
 

Uses of GroupService in org.shoal.ha.group
 

Methods in org.shoal.ha.group that return GroupService
 GroupService GroupServiceFactory.getGroupService(java.lang.String myName, java.lang.String groupName, boolean startGMS)
           
 

Uses of GroupService in org.shoal.ha.group.gms
 

Classes in org.shoal.ha.group.gms that implement GroupService
 class GroupServiceProvider
           
 



Copyright © 2010. All Rights Reserved.