Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Packages that use 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.schemeMethods in com.tangosol.coherence.config.scheme with parameters of type ReadWriteBackingMap.StoreWrapperModifier and TypeMethodDescriptionvoidBundleManager.ensureBundles(ParameterResolver resolver, ReadWriteBackingMap.StoreWrapper wrapperStore) Create a BundlingNamedCache using the "operation-bundling" element.
- 
Uses of ReadWriteBackingMap.StoreWrapper in com.tangosol.net.cacheSubclasses of ReadWriteBackingMap.StoreWrapper in com.tangosol.net.cacheModifier and TypeClassDescriptionclassA wrapper around the original BinaryEntryStore to allow operations to be overridden and extended.classA wrapper around the original CacheStore to allow operations to be overridden and extended.classA wrapper around the original NonBlockingEntryStore to allow operations to be overridden and extended.classDeprecated.A wrapper around the original CacheStore to allow operations to be overridden and extended.Methods in com.tangosol.net.cache that return ReadWriteBackingMap.StoreWrapperModifier and TypeMethodDescriptionReadWriteBackingMap.getCacheStore()Get the representative of the "persistent" storage for this backing map.protected ReadWriteBackingMap.StoreWrapperReadWriteBackingMap.instantiateCacheStoreWrapper(BinaryEntryStore store) Factory pattern: Instantiate a StoreWrapper wrapper around the passed BinaryEntryStore.protected ReadWriteBackingMap.StoreWrapperReadWriteBackingMap.instantiateCacheStoreWrapper(CacheStore store) Factory pattern: Instantiate a StoreWrapper wrapper around the passed CacheStore.protected ReadWriteBackingMap.StoreWrapperReadWriteBackingMap.instantiateCacheStoreWrapper(NonBlockingEntryStore store) Factory pattern: Instantiate a StoreWrapper wrapper around the passed NonBlockingEntryStore.Methods in com.tangosol.net.cache with parameters of type ReadWriteBackingMap.StoreWrapperModifier and TypeMethodDescriptionprotected voidReadWriteBackingMap.configureCacheStore(ReadWriteBackingMap.StoreWrapper store, boolean fReadOnly, boolean fWBRemove) Set up the StoreWrapper that this backing map will use.protected voidReadWriteBackingMap.flush(ReadWriteBackingMap.WriteQueue queue, ReadWriteBackingMap.StoreWrapper store) Flush the write-behind queue, writing everything immediately.