Package com.tangosol.coherence.config
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
- Since:
- 12.1.2
-
Interface Summary Interface Description EnvironmentVariableResolver An abstraction that allows us to make environment variable resolution customizable.ParameterList ResourceMappingRegistry ASchemeMappingRegistry
provides a mechanism manage a collection ofResourceMapping
s, together with the ability to search the registry for saidResourceMapping
s, possibly using wild-cards.SystemPropertyResolver An abstraction that allows us to make system property resolution customizable. -
Class Summary Class Description CacheConfig ACacheConfig
is the top-level container for Coherence Cache Configuration, that of which is used at runtime to establish caches and services.CacheMapping ACacheMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedCache
name to a caching scheme.CacheMappingRegistry Deprecated. As Coherence 14.1.1, useResourceMappingRegistry
.Config Config
is a helper class for processing a Coherence configuration system properties.EnvironmentVariableResolver.Default DefaultEnvironmentVariableResolver
implementation.ParameterMacroExpression<T> AParameterMacroExpression
is anExpression
representing the use of a Coherence Parameter Macro, typically occurring with in a Coherence Cache Configuration file.ParameterMacroExpressionParser AParameterMacroExpressionParser
is anExpressionParser
for Coherence Parameter Macros.RegExCacheMapping An extension ofCacheMapping
that can use a regular expression to match with a given cache name.ResolvableParameterList AResolvableParameterList
is aParameterList
implementation that additionally supports name-basedParameter
resolution as defined by theParameterResolver
interface.ResourceMapping A base class for mapping elements.SchemeMappingRegistry ASchemeMappingRegistry
provides a mechanism to manage a collection ofResourceMapping
s, together with the ability to search the registry for saidResourceMapping
s, possibly using wildcards.SchemeMappingRegistry.SchemeMappingKey Key class for a scheme mapping.ServiceSchemeRegistry AServiceSchemeRegistry
provides a mechanism manage a collection ofServiceScheme
s together with the ability to search the registry for saidServiceScheme
s, either by name or service name.SimpleParameterList ASimpleParameterList
is a simple implementation ofParameterList
.SystemPropertyResolver.Default DefaultSystemPropertyResolver
implementation.TopicMapping ATopicMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedTopic
name to a topic scheme.