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

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

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)
           
 void DataStoreEntryHelper.updateState(K k, DataStoreEntry<K,V> entry, java.lang.Object obj)
           
 

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

Methods in org.shoal.ha.cache.impl.command that return DataStoreEntry
 DataStoreEntry<K,V> BroadcastLoadRequestCommand.getResult(long waitFor, java.util.concurrent.TimeUnit unit)
           
 

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)
           
 

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)
           
 void DefaultDataStoreEntryHelper.updateState(K k, DataStoreEntry<K,V> kvDataStoreEntry, java.lang.Object obj)
           
 



Copyright © 2010. All Rights Reserved.