Uses of Interface
org.shoal.ha.group.GroupService
-
Packages that use GroupService Package Description 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 Modifier and Type Method Description GroupServiceDataStoreContext. getGroupService()Methods in org.shoal.ha.cache.api with parameters of type GroupService Modifier and Type Method Description voidDataStoreContext. setGroupService(GroupService groupService)Constructors in org.shoal.ha.cache.api with parameters of type GroupService Constructor Description 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 Constructor Description ReplicatedDataStore(DataStoreContext<K,V> conf, GroupService gs) -
Uses of GroupService in org.shoal.ha.group
Methods in org.shoal.ha.group that return GroupService Modifier and Type Method Description GroupServiceGroupServiceFactory. 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 Modifier and Type Class Description classGroupServiceProvider
-