Package | Description |
---|---|
com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BundleManager.initializeBundler(com.tangosol.config.expression.ParameterResolver resolver,
AbstractBundler bundler,
BundleManager.BundleConfig config)
Initialize the specified bundler using the BundleConfig.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultConfigurableCacheFactory.initializeBundler(AbstractBundler bundler,
XmlElement xmlBundle)
Deprecated.
Initialize the specified bundler using the "bundle-config" element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryEntryBundler
An abstract BinaryEntry-based bundler that serves as a base for
BinaryEntryStore operation bundling.
|
class |
AbstractEntryBundler
An abstract entry-based bundler serves as a base for NamedCache.put() and
CacheStore.store() operation bundling.
|
class |
AbstractKeyBundler
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 |
BundlingNamedCache.GetBundler |
protected class |
BundlingNamedCache.PutBundler |
protected class |
BundlingNamedCache.RemoveBundler |
Modifier and Type | Field and Description |
---|---|
protected 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 Type | Method and Description |
---|---|
AbstractBundler |
ReadWriteBackingMap.StoreWrapper.ensureEraseBundler(int cBundleThreshold)
Configure the bundler for the "erase" operations.
|
AbstractBundler |
BundlingNamedCache.ensureGetBundler(int cBundleThreshold)
Configure the bundler for the "get" operations.
|
AbstractBundler |
ReadWriteBackingMap.StoreWrapper.ensureLoadBundler(int cBundleThreshold)
Configure the bundler for the "load" operations.
|
AbstractBundler |
BundlingNamedCache.ensurePutBundler(int cBundleThreshold)
Configure the bundler for the "put" operations.
|
AbstractBundler |
BundlingNamedCache.ensureRemoveBundler(int cBundleThreshold)
Configure the bundler for the "remove" operations.
|
AbstractBundler |
ReadWriteBackingMap.StoreWrapper.ensureStoreBundler(int cBundleThreshold)
Configure the bundler for the "store" operations.
|
AbstractBundler |
ReadWriteBackingMap.StoreWrapper.getEraseBundler()
Obtain the bundler for the "erase" operations.
|
AbstractBundler |
BundlingNamedCache.getGetBundler()
Obtain the bundler for the "get" operations.
|
AbstractBundler |
ReadWriteBackingMap.StoreWrapper.getLoadBundler()
Obtain the bundler for the "load" operations.
|
AbstractBundler |
BundlingNamedCache.getPutBundler()
Obtain the bundler for the "put" operations.
|
AbstractBundler |
BundlingNamedCache.getRemoveBundler()
Obtain the bundler for the "remove" operations.
|
AbstractBundler |
ReadWriteBackingMap.StoreWrapper.getStoreBundler()
Obtain the bundler for the "store" operations.
|
protected abstract AbstractBundler |
ReadWriteBackingMap.StoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.
|
AbstractBundler |
ReadWriteBackingMap.CacheStoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.
|
AbstractBundler |
ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateEraseBundler()
Create the bundler for the erase operations.
|
protected abstract AbstractBundler |
ReadWriteBackingMap.StoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.
|
AbstractBundler |
ReadWriteBackingMap.CacheStoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.
|
AbstractBundler |
ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateLoadBundler()
Create the bundler for the load operations.
|
protected abstract AbstractBundler |
ReadWriteBackingMap.StoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.
|
AbstractBundler |
ReadWriteBackingMap.CacheStoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.
|
AbstractBundler |
ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateStoreBundler()
Create the bundler for the store operations.
|