Uses of Class
org.shoal.ha.cache.api.DataStoreEntry

Packages that use DataStoreEntry
org.shoal.adapter.store.commands   
org.shoal.ha.cache.api   
org.shoal.ha.cache.impl.store   
org.shoal.ha.cache.impl.util   
 

Uses of DataStoreEntry in org.shoal.adapter.store.commands
 

Methods in org.shoal.adapter.store.commands that return DataStoreEntry
 DataStoreEntry<K,V> StoreableSaveCommand.getEntry()
           
 

Methods in org.shoal.adapter.store.commands with parameters of type DataStoreEntry
 void StoreableSaveCommand.setEntry(DataStoreEntry<K,V> entry)
           
 

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

Methods in org.shoal.ha.cache.api with parameters of type DataStoreEntry
 DataStoreEntryEvaluator.Opcode DataStoreEntryEvaluator.eval(DataStoreEntry<K,V> entry)
           
 V DataStoreEntryHelper.getV(DataStoreEntry<K,V> entry)
           
 

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

Methods in org.shoal.ha.cache.impl.store that return DataStoreEntry
 DataStoreEntry<K,V> ReplicaStore.getEntry(K k)
           
 DataStoreEntry<K,V> ReplicaStore.getOrCreateEntry(K k)
           
 

Methods in org.shoal.ha.cache.impl.store that return types with arguments of type DataStoreEntry
 java.util.Collection<DataStoreEntry<K,V>> ReplicaStore.values()
           
 

Uses of DataStoreEntry in org.shoal.ha.cache.impl.util
 

Methods in org.shoal.ha.cache.impl.util with parameters of type DataStoreEntry
 V DefaultDataStoreEntryHelper.getV(DataStoreEntry<K,V> replicationEntry)
           
 



Copyright © 2010. All Rights Reserved.