Uses of Class
org.shoal.adapter.store.commands.LoadResponseCommand
-
Packages that use LoadResponseCommand Package Description org.shoal.ha.cache.impl.store -
-
Uses of LoadResponseCommand in org.shoal.ha.cache.impl.store
Methods in org.shoal.ha.cache.impl.store that return LoadResponseCommand 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)Methods in org.shoal.ha.cache.impl.store with parameters of type LoadResponseCommand Modifier and Type Method Description abstract VDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VSimpleDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VSimpleStoreableDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VStoreableDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)
-