Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains classes providing various caching strategies.
-
Uses of ReadWriteBackingMap.StoreWrapper in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionvoid
BundleManager.ensureBundles
(ParameterResolver resolver, ReadWriteBackingMap.StoreWrapper wrapperStore) Create a BundlingNamedCache using the "operation-bundling" element. -
Uses of ReadWriteBackingMap.StoreWrapper in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
A wrapper around the original BinaryEntryStore to allow operations to be overridden and extended.class
A wrapper around the original CacheStore to allow operations to be overridden and extended.class
A wrapper around the original NonBlockingEntryStore to allow operations to be overridden and extended.class
Deprecated.A wrapper around the original CacheStore to allow operations to be overridden and extended.Modifier and TypeMethodDescriptionReadWriteBackingMap.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.Modifier and TypeMethodDescriptionprotected 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.