| 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. 
 | 
| com.tangosol.net | 
 Contains basic cluster interfaces and factories. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheMapping
A  
CacheMapping captures configuration information for a pattern-match-based mapping from a proposed
 NamedCache name to a caching scheme. | 
class  | 
RegExCacheMapping
An extension of  
CacheMapping that can use a regular expression to
 match with a given cache name. | 
class  | 
TopicMapping
A  
TopicMapping captures configuration information for a pattern-match-based mapping from a proposed
 NamedTopic name to a topic scheme. | 
| Modifier and Type | Method and Description | 
|---|---|
<M extends ResourceMapping> | 
ResourceMappingRegistry.findMapping(String sName,
           Class<M> type)
Attempts to find the  
ResourceMapping that matches the specified
 name and type. | 
<M extends ResourceMapping> | 
SchemeMappingRegistry.findMapping(String sName,
           Class<M> type)  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceMapping | 
ResourceMapping.setInternal(boolean fInternal)
Set the flag to indicate if this mapping is for internal resources
 used by the service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends ResourceMapping> | 
SchemeMappingRegistry.SchemeMappingKey.getSchemeMappingClass()
Return the scheme mapping class. 
 | 
List<ResourceMapping> | 
ResourceMapping.getSubMappings()
Obtain the list of sub-mappings that this mapping contains 
 | 
Iterator<ResourceMapping> | 
SchemeMappingRegistry.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResourceMappingRegistry.register(ResourceMapping mapping)
Registers a  
ResourceMapping with the ResourceMappingRegistry. | 
void | 
SchemeMappingRegistry.register(ResourceMapping mapping)  | 
| Constructor and Description | 
|---|
SchemeMappingKey(Class<? extends ResourceMapping> clz,
                String sName)
Construct a  
SchemeMappingRegistry.SchemeMappingKey. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
InitParamProcessor.DataStructureRefExpression.evaluateName(com.tangosol.config.expression.ParameterResolver resolver,
            Class<? extends ResourceMapping> clsType,
            String sElementName)  | 
| Modifier and Type | Method and Description | 
|---|---|
<M extends ResourceMapping> | 
ExtensibleConfigurableCacheFactory.getParameterResolver(String sResourceName,
                    Class<M> clzResourceMapping,
                    ClassLoader loader,
                    BackingMapManagerContext ctxBMM)
Return the ParameterResolver that has been initialized with the built-in
 Coherence parameters. 
 |