Uses of Interface
com.tangosol.coherence.config.ResourceMappingRegistry
-
Packages that use ResourceMappingRegistry Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files. -
-
Uses of ResourceMappingRegistry in com.tangosol.coherence.config
Classes in com.tangosol.coherence.config that implement ResourceMappingRegistry Modifier and Type Class Description class
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.Methods in com.tangosol.coherence.config that return ResourceMappingRegistry Modifier and Type Method Description ResourceMappingRegistry
CacheConfig. getMappingRegistry()
Obtain the cache/topicResourceMappingRegistry
for theCacheConfig
.ResourceMappingRegistry
CacheMappingRegistry. getMappingRegistry()
Deprecated.Get the underlyingResourceMappingRegistry
.Constructors in com.tangosol.coherence.config with parameters of type ResourceMappingRegistry Constructor Description CacheMappingRegistry(ResourceMappingRegistry registry)
Deprecated.CacheMappingRegistry delegates toResourceMappingRegistry
. -
Uses of ResourceMappingRegistry in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return ResourceMappingRegistry Modifier and Type Method Description ResourceMappingRegistry
CachingSchemeMappingProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ResourceMappingRegistry
TopicSchemeMappingProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.Constructors in com.tangosol.coherence.config.xml.processor with parameters of type ResourceMappingRegistry Constructor Description CacheRefExpression(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.
-