Uses of Interface
org.shoal.ha.cache.api.DataStore
-
Packages that use DataStore Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.store -
-
Uses of DataStore in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return DataStore Modifier and Type Method Description static DataStore<String,Serializable>DataStoreFactory. createDataStore(String storeName, String instanceName, String groupName)static <K,V extends Serializable>
DataStore<K,V>DataStoreFactory. createDataStore(DataStoreContext<K,V> conf) -
Uses of DataStore in org.shoal.ha.cache.impl.store
Classes in org.shoal.ha.cache.impl.store that implement DataStore Modifier and Type Class Description classReplicatedDataStore<K,V extends Serializable>
-