|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.config.scheme.BundleManager
public class BundleManager
The BundleManager class is responsible for configuring caches to use bundling. This class maintains a list of builders, where each builder contains configuration for a single bundle. The builders are called to instantiate and configure the bundling within the cache.
| Nested Class Summary | |
|---|---|
static class |
BundleManager.BundleConfigThe BundleConfig class contains the configuration for a Bundle. |
| Constructor Summary | |
|---|---|
BundleManager() |
|
| Method Summary | |
|---|---|
void |
addConfig(BundleManager.BundleConfig config)Add the BundleConfig to the list of bundle configurations. |
void |
ensureBundles(com.tangosol.config.expression.ParameterResolver resolver, BundlingNamedCache cache)Create a BundlingNamedCache using the operation-bundling element. |
void |
ensureBundles(com.tangosol.config.expression.ParameterResolver resolver, ReadWriteBackingMap.StoreWrapper wrapperStore)Create a BundlingNamedCache using the "operation-bundling" element. |
protected void |
initializeBundler(com.tangosol.config.expression.ParameterResolver resolver, AbstractBundler bundler, BundleManager.BundleConfig config)Initialize the specified bundler using the BundleConfig. |
| Constructor Detail |
|---|
public BundleManager()
| Method Detail |
|---|
@Injectable
public void addConfig(BundleManager.BundleConfig config)
config - the BundleConfig
public void ensureBundles(com.tangosol.config.expression.ParameterResolver resolver,
BundlingNamedCache cache)
resolver - the ParameterResolvercache - the BundlingNamedCache
public void ensureBundles(com.tangosol.config.expression.ParameterResolver resolver,
ReadWriteBackingMap.StoreWrapper wrapperStore)
resolver - the ParameterResolverwrapperStore - the ReadWriteBackingMap.StoreWrapper
protected void initializeBundler(com.tangosol.config.expression.ParameterResolver resolver,
AbstractBundler bundler,
BundleManager.BundleConfig config)
resolver - the ParameterResolverbundler - the bundlerconfig - the BundleConfig
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||