Uses of Class
org.shoal.adapter.store.commands.AbstractSaveCommand
-
Packages that use AbstractSaveCommand Package Description org.shoal.adapter.store.commands org.shoal.ha.cache.impl.store -
-
Uses of AbstractSaveCommand in org.shoal.adapter.store.commands
Subclasses of AbstractSaveCommand in org.shoal.adapter.store.commands Modifier and Type Class Description classSaveCommand<K,V>classTouchCommand<K,V> -
Uses of AbstractSaveCommand in org.shoal.ha.cache.impl.store
Methods in org.shoal.ha.cache.impl.store that return types with arguments of type AbstractSaveCommand Modifier and Type Method Description java.util.TreeSet<AbstractSaveCommand<K,V>>DataStoreEntry. getPendingUpdates()Methods in org.shoal.ha.cache.impl.store with parameters of type AbstractSaveCommand Modifier and Type Method Description voidDataStoreEntry. addPendingUpdate(AbstractSaveCommand<K,V> cmd)protected voidDataStoreEntryUpdater. updateMetaInfoInDataStoreEntry(DataStoreEntry<K,V> entry, AbstractSaveCommand<K,V> cmd)
-