Uses of Interface
com.tangosol.coherence.config.ResourceMappingRegistry
Packages that use 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
Classes in com.tangosol.coherence.config that implement ResourceMappingRegistryModifier and TypeClassDescriptionclassASchemeMappingRegistryprovides a mechanism to manage a collection ofResourceMappings, together with the ability to search the registry for saidResourceMappings, possibly using wildcards.Methods in com.tangosol.coherence.config that return ResourceMappingRegistryModifier and TypeMethodDescriptionCacheConfig.getMappingRegistry()Obtain the cache/topicResourceMappingRegistryfor theCacheConfig.CacheMappingRegistry.getMappingRegistry()Deprecated.Get the underlyingResourceMappingRegistry.Constructors in com.tangosol.coherence.config with parameters of type ResourceMappingRegistryModifierConstructorDescriptionCacheMappingRegistry(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 ResourceMappingRegistryModifier and TypeMethodDescriptionCachingSchemeMappingProcessor.process(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.TopicSchemeMappingProcessor.process(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.Constructors in com.tangosol.coherence.config.xml.processor with parameters of type ResourceMappingRegistryModifierConstructorDescriptionCacheRefExpression(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.