Uses of Class
org.shoal.ha.cache.impl.store.DataStoreEntry
-
Packages that use DataStoreEntry Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.store -
-
Uses of DataStoreEntry in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api with parameters of type DataStoreEntry Modifier and Type Method Description DataStoreEntryEvaluator.OpcodeDataStoreEntryEvaluator. eval(DataStoreEntry<K,V> entry)booleanIdleEntryDetector. isIdle(DataStoreEntry<K,V> entry, long nowInMillis) -
Uses of DataStoreEntry in org.shoal.ha.cache.impl.store
Methods in org.shoal.ha.cache.impl.store that return DataStoreEntry Modifier and Type Method Description 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 Modifier and Type Method Description java.util.Collection<DataStoreEntry<K,V>>ReplicaStore. values()Methods in org.shoal.ha.cache.impl.store with parameters of type DataStoreEntry Modifier and Type Method Description abstract LoadResponseCommand<K,V>DataStoreEntryUpdater. createLoadResponseCommand(DataStoreEntry<K,V> entry, K k, long minVersion)LoadResponseCommand<K,V>SimpleDataStoreEntryUpdater. createLoadResponseCommand(DataStoreEntry<K,V> entry, K k, long minVersion)LoadResponseCommand<K,V>SimpleStoreableDataStoreEntryUpdater. createLoadResponseCommand(DataStoreEntry<K,V> entry, K k, long minVersion)LoadResponseCommand<K,V>StoreableDataStoreEntryUpdater. createLoadResponseCommand(DataStoreEntry<K,V> entry, K k, long minVersion)abstract SaveCommand<K,V>DataStoreEntryUpdater. createSaveCommand(DataStoreEntry<K,V> entry, K k, V v)SaveCommand<K,V>SimpleDataStoreEntryUpdater. createSaveCommand(DataStoreEntry<K,V> entry, K k, V v)SaveCommand<K,V>SimpleStoreableDataStoreEntryUpdater. createSaveCommand(DataStoreEntry<K,V> entry, K k, V v)SaveCommand<K,V>StoreableDataStoreEntryUpdater. createSaveCommand(DataStoreEntry<K,V> entry, K k, V v)abstract voidDataStoreEntryUpdater. executeSave(DataStoreEntry<K,V> entry, SaveCommand<K,V> cmd)voidSimpleDataStoreEntryUpdater. executeSave(DataStoreEntry<K,V> entry, SaveCommand<K,V> cmd)voidSimpleStoreableDataStoreEntryUpdater. executeSave(DataStoreEntry<K,V> entry, SaveCommand<K,V> cmd)voidStoreableDataStoreEntryUpdater. executeSave(DataStoreEntry<K,V> entry, SaveCommand<K,V> saveCmd)abstract voidDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> cmd)voidSimpleDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)voidSimpleStoreableDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)voidStoreableDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)abstract VDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)VSimpleDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)VSimpleStoreableDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)VStoreableDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)protected voidDataStoreEntryUpdater. printEntryInfo(java.lang.String msg, DataStoreEntry<K,V> entry, K key)protected voidDataStoreEntryUpdater. updateMetaInfoInDataStoreEntry(DataStoreEntry<K,V> entry, AbstractSaveCommand<K,V> cmd)
-