Uses of Interface
com.tangosol.coherence.config.ResourceMappingRegistry
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of ResourceMappingRegistry in com.tangosol.coherence.config
Modifier and TypeClassDescriptionclass
ASchemeMappingRegistry
provides a mechanism to manage a collection ofResourceMapping
s, together with the ability to search the registry for saidResourceMapping
s, possibly using wildcards.Modifier and TypeMethodDescriptionCacheConfig.getMappingRegistry()
Obtain the cache/topicResourceMappingRegistry
for theCacheConfig
.CacheMappingRegistry.getMappingRegistry()
Deprecated.Get the underlyingResourceMappingRegistry
.ModifierConstructorDescriptionCacheMappingRegistry
(ResourceMappingRegistry registry) Deprecated.CacheMappingRegistry delegates toResourceMappingRegistry
. -
Uses of ResourceMappingRegistry in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionCachingSchemeMappingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.TopicSchemeMappingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ModifierConstructorDescriptionCacheRefExpression
(Expression<?> exprCacheName, ClassLoader classLoader, ResourceMappingRegistry registry) Constructs a CacheRefExpression.CollectionRefExpression
(Expression<?> exprCacheName, ClassLoader classLoader, ResourceMappingRegistry registry) Constructs a CollectionRefExpression.DataStructureRefExpression
(Expression<?> exprCacheName, ClassLoader classLoader, ResourceMappingRegistry registry) Constructs a DataStructureRefExpression.