Package com.tangosol.coherence.config
package com.tangosol.coherence.config
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
- Since:
- 12.1.2
-
ClassDescriptionA
CacheConfig
is the top-level container for Coherence Cache Configuration, that of which is used at runtime to establish caches and services.ACacheMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedCache
name to a caching scheme.Deprecated.Config
is a helper class for processing a Coherence configuration system properties.An abstraction that allows us to make environment variable resolution customizable.DefaultEnvironmentVariableResolver
implementation.AParameterMacroExpression
is anExpression
representing the use of a Coherence Parameter Macro, typically occurring with in a Coherence Cache Configuration file.AParameterMacroExpressionParser
is anExpressionParser
for Coherence Parameter Macros.An extension ofCacheMapping
that can use a regular expression to match with a given cache name.AResolvableParameterList
is aParameterList
implementation that additionally supports name-basedParameter
resolution as defined by theParameterResolver
interface.A base class for mapping elements.ASchemeMappingRegistry
provides a mechanism manage a collection ofResourceMapping
s, together with the ability to search the registry for saidResourceMapping
s, possibly using wild-cards.ASchemeMappingRegistry
provides a mechanism to manage a collection ofResourceMapping
s, together with the ability to search the registry for saidResourceMapping
s, possibly using wildcards.Key class for a scheme mapping.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.ASimpleParameterList
is a simple implementation ofParameterList
.An abstraction that allows us to make system property resolution customizable.DefaultSystemPropertyResolver
implementation.ATopicMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedTopic
name to a topic scheme.
ResourceMappingRegistry
.