Uses of Class
com.tangosol.net.cache.AbstractBundler
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
-
Uses of AbstractBundler in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected void
BundleManager.initializeBundler
(ParameterResolver resolver, AbstractBundler bundler, BundleManager.BundleConfig config) Initialize the specified bundler using the BundleConfig. -
Uses of AbstractBundler in com.tangosol.net
Modifier and TypeMethodDescriptionprotected void
DefaultConfigurableCacheFactory.initializeBundler
(AbstractBundler bundler, XmlElement xmlBundle) Deprecated.Initialize the specified bundler using the "bundle-config" element. -
Uses of AbstractBundler in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
An abstract BinaryEntry-based bundler that serves as a base for BinaryEntryStore operation bundling.class
An abstract entry-based bundler serves as a base for NamedCache.put() and CacheStore.store() operation bundling.class
An abstract key-based bundler serves as a base for NamedCache get() and remove() operation bundling as well as the CacheStore load() and erase() operation bundling.protected class
protected class
protected class
Modifier and TypeFieldDescriptionprotected AbstractBundler
ReadWriteBackingMap.StoreWrapper.m_eraseBundler
The bundler for erase() operations.protected AbstractBundler
ReadWriteBackingMap.StoreWrapper.m_loadBundler
The bundler for load() operations.protected AbstractBundler
ReadWriteBackingMap.StoreWrapper.m_storeBundler
The bundler for store() operations.Modifier and TypeMethodDescriptionReadWriteBackingMap.StoreWrapper.ensureEraseBundler
(int cBundleThreshold) Configure the bundler for the "erase" operations.BundlingNamedCache.ensureGetBundler
(int cBundleThreshold) Configure the bundler for the "get" operations.ReadWriteBackingMap.StoreWrapper.ensureLoadBundler
(int cBundleThreshold) Configure the bundler for the "load" operations.BundlingNamedCache.ensurePutBundler
(int cBundleThreshold) Configure the bundler for the "put" operations.BundlingNamedCache.ensureRemoveBundler
(int cBundleThreshold) Configure the bundler for the "remove" operations.ReadWriteBackingMap.StoreWrapper.ensureStoreBundler
(int cBundleThreshold) Configure the bundler for the "store" operations.ReadWriteBackingMap.StoreWrapper.getEraseBundler()
Obtain the bundler for the "erase" operations.BundlingNamedCache.getGetBundler()
Obtain the bundler for the "get" operations.ReadWriteBackingMap.StoreWrapper.getLoadBundler()
Obtain the bundler for the "load" operations.BundlingNamedCache.getPutBundler()
Obtain the bundler for the "put" operations.BundlingNamedCache.getRemoveBundler()
Obtain the bundler for the "remove" operations.ReadWriteBackingMap.StoreWrapper.getStoreBundler()
Obtain the bundler for the "store" operations.ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.ReadWriteBackingMap.CacheStoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.ReadWriteBackingMap.NonBlockingEntryStoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.protected abstract AbstractBundler
ReadWriteBackingMap.StoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.ReadWriteBackingMap.CacheStoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.ReadWriteBackingMap.NonBlockingEntryStoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.protected abstract AbstractBundler
ReadWriteBackingMap.StoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.ReadWriteBackingMap.CacheStoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.ReadWriteBackingMap.NonBlockingEntryStoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.protected abstract AbstractBundler
ReadWriteBackingMap.StoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.