Uses of Class
org.shoal.ha.cache.impl.store.DataStoreEntryUpdater
-
Packages that use DataStoreEntryUpdater Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.store -
-
Uses of DataStoreEntryUpdater in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return DataStoreEntryUpdater Modifier and Type Method Description DataStoreEntryUpdater<K,V>DataStoreConfigurator. getDataStoreEntryUpdater()Methods in org.shoal.ha.cache.api with parameters of type DataStoreEntryUpdater Modifier and Type Method Description DataStoreConfigurator<K,V>DataStoreConfigurator. setDataStoreEntryUpdater(DataStoreEntryUpdater<K,V> dseUpdater) -
Uses of DataStoreEntryUpdater in org.shoal.ha.cache.impl.store
Subclasses of DataStoreEntryUpdater in org.shoal.ha.cache.impl.store Modifier and Type Class Description classSimpleDataStoreEntryUpdater<K,V>An entry updater used for plain Serializable POJOsclassSimpleStoreableDataStoreEntryUpdater<K,V extends org.glassfish.ha.store.util.SimpleMetadata>classStoreableDataStoreEntryUpdater<K,V extends org.glassfish.ha.store.api.Storeable>
-