Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
-
Packages that use ReadWriteBackingMap.StoreWrapper Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of ReadWriteBackingMap.StoreWrapper in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ReadWriteBackingMap.StoreWrapper Modifier and Type Method Description void
BundleManager. ensureBundles(ParameterResolver resolver, ReadWriteBackingMap.StoreWrapper wrapperStore)
Create a BundlingNamedCache using the "operation-bundling" element. -
Uses of ReadWriteBackingMap.StoreWrapper in com.tangosol.net.cache
Subclasses of ReadWriteBackingMap.StoreWrapper in com.tangosol.net.cache Modifier and Type Class Description class
ReadWriteBackingMap.BinaryEntryStoreWrapper
A wrapper around the original BinaryEntryStore to allow operations to be overridden and extended.class
ReadWriteBackingMap.CacheStoreWrapper
A wrapper around the original CacheStore to allow operations to be overridden and extended.class
ReadWriteBackingMap.NonBlockingEntryStoreWrapper
A wrapper around the original NonBlockingEntryStore to allow operations to be overridden and extended.class
VersionedBackingMap.CacheStoreWrapper
Deprecated.A wrapper around the original CacheStore to allow operations to be overridden and extended.Methods in com.tangosol.net.cache that return ReadWriteBackingMap.StoreWrapper Modifier and Type Method Description ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap. getCacheStore()
Get the representative of the "persistent" storage for this backing map.protected ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap. instantiateCacheStoreWrapper(BinaryEntryStore store)
Factory pattern: Instantiate a StoreWrapper wrapper around the passed BinaryEntryStore.protected ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap. instantiateCacheStoreWrapper(CacheStore store)
Factory pattern: Instantiate a StoreWrapper wrapper around the passed CacheStore.protected ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap. instantiateCacheStoreWrapper(NonBlockingEntryStore store)
Factory pattern: Instantiate a StoreWrapper wrapper around the passed NonBlockingEntryStore.Methods in com.tangosol.net.cache with parameters of type ReadWriteBackingMap.StoreWrapper Modifier and Type Method Description protected void
ReadWriteBackingMap. configureCacheStore(ReadWriteBackingMap.StoreWrapper store, boolean fReadOnly)
Set up the StoreWrapper that this backing map will use.protected void
ReadWriteBackingMap. flush(ReadWriteBackingMap.WriteQueue queue, ReadWriteBackingMap.StoreWrapper store)
Flush the write-behind queue, writing everything immediately.
-