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 ResourceMapping s, together with the ability to search the registry for
said ResourceMapping s, possibly using wildcards. |
Modifier and Type | Method and Description |
---|---|
ResourceMappingRegistry |
CacheConfig.getMappingRegistry()
Obtain the cache/topic
ResourceMappingRegistry for the CacheConfig . |
ResourceMappingRegistry |
CacheMappingRegistry.getMappingRegistry()
Deprecated.
Get the underlying
ResourceMappingRegistry . |
Constructor and Description |
---|
CacheMappingRegistry(ResourceMappingRegistry registry)
Deprecated.
CacheMappingRegistry delegates to
ResourceMappingRegistry . |
Modifier and Type | Method and Description |
---|---|
ResourceMappingRegistry |
CachingSchemeMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ResourceMappingRegistry |
TopicSchemeMappingProcessor.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.
|