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
CacheConfigis the top-level container for Coherence Cache Configuration, that of which is used at runtime to establish caches and services.ACacheMappingcaptures configuration information for a pattern-match-based mapping from a proposedNamedCachename to a caching scheme.Deprecated.Configis a helper class for processing a Coherence configuration system properties.An abstraction that allows us to make environment variable resolution customizable.DefaultEnvironmentVariableResolverimplementation.AParameterMacroExpressionis anExpressionrepresenting the use of a Coherence Parameter Macro, typically occurring with in a Coherence Cache Configuration file.AParameterMacroExpressionParseris anExpressionParserfor Coherence Parameter Macros.An extension ofCacheMappingthat can use a regular expression to match with a given cache name.AResolvableParameterListis aParameterListimplementation that additionally supports name-basedParameterresolution as defined by theParameterResolverinterface.A base class for mapping elements.ASchemeMappingRegistryprovides a mechanism manage a collection ofResourceMappings, together with the ability to search the registry for saidResourceMappings, possibly using wild-cards.ASchemeMappingRegistryprovides a mechanism to manage a collection ofResourceMappings, together with the ability to search the registry for saidResourceMappings, possibly using wildcards.Key class for a scheme mapping.AServiceSchemeRegistryprovides a mechanism manage a collection ofServiceSchemes together with the ability to search the registry for saidServiceSchemes, either by name or service name.ASimpleParameterListis a simple implementation ofParameterList.An abstraction that allows us to make system property resolution customizable.DefaultSystemPropertyResolverimplementation.ATopicMappingcaptures configuration information for a pattern-match-based mapping from a proposedNamedTopicname to a topic scheme.
ResourceMappingRegistry.