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.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleManager.ensureBundles(com.tangosol.config.expression.ParameterResolver resolver,
ReadWriteBackingMap.StoreWrapper wrapperStore)
Create a BundlingNamedCache using the "operation-bundling" element.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadWriteBackingMap.BinaryEntryStoreWrapper
A wrapper around the original BinaryEntryStore to allow operations to be
overridden and extended.
|
class |
ReadWriteBackingMap.CacheStoreWrapper
A wrapper around the original CacheStore to allow operations to be
overridden and extended.
|
class |
VersionedBackingMap.CacheStoreWrapper
Deprecated.
A wrapper around the original CacheStore to allow operations to be
overridden and extended.
|
Modifier and Type | Method and Description |
---|---|
ReadWriteBackingMap.StoreWrapper |
ReadWriteBackingMap.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReadWriteBackingMap.configureCacheStore(ReadWriteBackingMap.StoreWrapper store,
boolean fReadOnly,
boolean fWBRemove)
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.
|