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.
|
AbstractBundler |
ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateEraseBundler() |
Create the bundler for the erase operations.
|
AbstractBundler |
ReadWriteBackingMap.CacheStoreWrapper.instantiateEraseBundler() |
Create the bundler for the erase operations.
|
AbstractBundler |
ReadWriteBackingMap.NonBlockingEntryStoreWrapper.instantiateEraseBundler() |
Create the bundler for the erase operations.
|
protected abstract AbstractBundler |
ReadWriteBackingMap.StoreWrapper.instantiateEraseBundler() |
Create the bundler for the erase operations.
|
AbstractBundler |
ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateLoadBundler() |
Create the bundler for the load operations.
|
AbstractBundler |
ReadWriteBackingMap.CacheStoreWrapper.instantiateLoadBundler() |
Create the bundler for the load operations.
|
AbstractBundler |
ReadWriteBackingMap.NonBlockingEntryStoreWrapper.instantiateLoadBundler() |
Create the bundler for the load operations.
|
protected abstract AbstractBundler |
ReadWriteBackingMap.StoreWrapper.instantiateLoadBundler() |
Create the bundler for the load operations.
|
AbstractBundler |
ReadWriteBackingMap.BinaryEntryStoreWrapper.instantiateStoreBundler() |
Create the bundler for the store operations.
|
AbstractBundler |
ReadWriteBackingMap.CacheStoreWrapper.instantiateStoreBundler() |
Create the bundler for the store operations.
|
AbstractBundler |
ReadWriteBackingMap.NonBlockingEntryStoreWrapper.instantiateStoreBundler() |
Create the bundler for the store operations.
|
protected abstract AbstractBundler |
ReadWriteBackingMap.StoreWrapper.instantiateStoreBundler() |
Create the bundler for the store operations.
|