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 voidBundleManager. 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 classReadWriteBackingMap.BinaryEntryStoreWrapperA wrapper around the original BinaryEntryStore to allow operations to be overridden and extended.classReadWriteBackingMap.CacheStoreWrapperA wrapper around the original CacheStore to allow operations to be overridden and extended.classReadWriteBackingMap.NonBlockingEntryStoreWrapperA wrapper around the original NonBlockingEntryStore to allow operations to be overridden and extended.classVersionedBackingMap.CacheStoreWrapperDeprecated.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.StoreWrapperReadWriteBackingMap. 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.StoreWrapper Modifier and Type Method Description protected voidReadWriteBackingMap. configureCacheStore(ReadWriteBackingMap.StoreWrapper store, boolean fReadOnly)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.
-