| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SchemeMappingRegistry
A  
SchemeMappingRegistry provides a mechanism to manage a collection
 of ResourceMappings, together with the ability to search the registry for
 said ResourceMappings, possibly using wildcards. | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceMappingRegistry | 
CacheMappingRegistry.getMappingRegistry()
Deprecated.  
Get the underlying  
ResourceMappingRegistry. | 
ResourceMappingRegistry | 
CacheConfig.getMappingRegistry()
Obtain the cache/topic  
ResourceMappingRegistry for the CacheConfig. | 
| Constructor and Description | 
|---|
CacheMappingRegistry(ResourceMappingRegistry registry)
Deprecated.  
CacheMappingRegistry delegates to  
ResourceMappingRegistry. | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceMappingRegistry | 
TopicSchemeMappingProcessor.process(ProcessingContext context,
       XmlElement element)
Process an  
XmlElement to return a specific type of value. | 
ResourceMappingRegistry | 
CachingSchemeMappingProcessor.process(ProcessingContext context,
       XmlElement element)
Process an  
XmlElement to return a specific type of value. | 
| Constructor and Description | 
|---|
CacheRefExpression(com.tangosol.config.expression.Expression<?> exprCacheName,
                  ClassLoader classLoader,
                  ResourceMappingRegistry registry)
Constructs a CacheRefExpression. 
 | 
CollectionRefExpression(com.tangosol.config.expression.Expression<?> exprCacheName,
                       ClassLoader classLoader,
                       ResourceMappingRegistry registry)
Constructs a CollectionRefExpression. 
 | 
DataStructureRefExpression(com.tangosol.config.expression.Expression<?> exprCacheName,
                          ClassLoader classLoader,
                          ResourceMappingRegistry registry)
Constructs a DataStructureRefExpression. 
 |