| Package | Description |
|---|---|
| com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
| com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvictionPolicyBuilder
The
EvictionPolicyBuilder builds a ConfigurableCacheMap.EvictionPolicy. |
class |
InstanceBuilder<T>
An
InstanceBuilder is a ParameterizedBuilder implementation that additionally supports injection
based on Coherence <instance%gt; or <class-scheme> configurations. |
class |
StaticFactoryInstanceBuilder<T>
A
StaticFactoryInstanceBuilder is a ParameterizedBuilder
that has been configured to realize objects based on the properties defined
by an <instance> configuration element that uses the static
<class-factory-name> approach. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassScheme
The
ClassScheme class is responsible for building custom CachingSchemes and
custom CacheStoreSchemes. |