See: Description
| Interface | Description |
|---|---|
| EnvironmentVariableResolver |
An abstraction that allows us to make environment variable resolution
customizable.
|
| ParameterList | |
| ResourceMappingRegistry |
A
SchemeMappingRegistry provides a mechanism manage a collection
of ResourceMappings, together with the ability to search the registry for
said ResourceMappings, possibly using wild-cards. |
| SystemPropertyResolver |
An abstraction that allows us to make system property resolution
customizable.
|
| Class | Description |
|---|---|
| CacheConfig |
A
CacheConfig is the top-level container for Coherence Cache
Configuration, that of which is used at runtime to establish caches and
services. |
| CacheMapping |
A
CacheMapping captures configuration information for a pattern-match-based mapping from a proposed
NamedCache name to a caching scheme. |
| CacheMappingRegistry | Deprecated
As Coherence 14.1.1, use
ResourceMappingRegistry. |
| Config |
Config is a helper class for processing a Coherence configuration
system properties. |
| EnvironmentVariableResolver.Default |
Default
EnvironmentVariableResolver implementation. |
| ParameterMacroExpression<T> |
A
ParameterMacroExpression is an Expression representing the use of a Coherence Parameter Macro,
typically occurring with in a Coherence Cache Configuration file. |
| ParameterMacroExpressionParser |
A
ParameterMacroExpressionParser is an ExpressionParser for Coherence Parameter Macros. |
| RegExCacheMapping |
An extension of
CacheMapping that can use a regular expression to
match with a given cache name. |
| ResolvableParameterList |
A
ResolvableParameterList is a ParameterList implementation that additionally supports
name-based Parameter resolution as defined by the ParameterResolver interface. |
| ResourceMapping |
A base class for mapping elements.
|
| SchemeMappingRegistry |
A
SchemeMappingRegistry provides a mechanism to manage a collection
of ResourceMappings, together with the ability to search the registry for
said ResourceMappings, possibly using wildcards. |
| SchemeMappingRegistry.SchemeMappingKey |
Key class for a scheme mapping.
|
| ServiceSchemeRegistry |
A
ServiceSchemeRegistry provides a mechanism manage a collection
of ServiceSchemes together with the ability to search the registry for
said ServiceSchemes, either by name or service name. |
| SimpleParameterList |
A
SimpleParameterList is a simple implementation of ParameterList. |
| SystemPropertyResolver.Default |
Default
SystemPropertyResolver implementation. |
| TopicMapping |
A
TopicMapping captures configuration information for a pattern-match-based mapping from a proposed
NamedTopic name to a topic scheme. |