Package org.shoal.adapter.store
Class RepliatedBackingStoreRegistry
- java.lang.Object
-
- org.shoal.adapter.store.RepliatedBackingStoreRegistry
-
public class RepliatedBackingStoreRegistry extends Object
- Author:
- Mahesh Kannan
-
-
Constructor Summary
Constructors Constructor Description RepliatedBackingStoreRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<org.glassfish.ha.store.api.BackingStoreConfiguration>getConfigurations()static DataStoreContextgetContext(String name)static Collection<String>getStoreNames()static voidregisterStore(String name, org.glassfish.ha.store.api.BackingStoreConfiguration conf, DataStoreContext ctx)static voidunregisterStore(String name)
-
-
-
Method Detail
-
registerStore
public static final void registerStore(String name, org.glassfish.ha.store.api.BackingStoreConfiguration conf, DataStoreContext ctx)
-
unregisterStore
public static final void unregisterStore(String name)
-
getStoreNames
public static final Collection<String> getStoreNames()
-
getConfigurations
public static final Collection<org.glassfish.ha.store.api.BackingStoreConfiguration> getConfigurations()
-
getContext
public static final DataStoreContext getContext(String name)
-
-