Uses of Class
org.shoal.ha.cache.impl.store.ReplicaStore
-
Packages that use ReplicaStore Package Description org.shoal.ha.cache.api -
-
Uses of ReplicaStore in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return ReplicaStore Modifier and Type Method Description ReplicaStore<K,V>DataStoreContext. getReplicaStore()Methods in org.shoal.ha.cache.api with parameters of type ReplicaStore Modifier and Type Method Description voidDataStoreContext. setReplicaStore(ReplicaStore<K,V> replicaStore)
-