Uses of Class
com.tangosol.coherence.config.ResourceMapping
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.
Contains basic cluster interfaces and factories.
-
Uses of ResourceMapping in com.tangosol.coherence.config
Modifier and TypeClassDescriptionclass
ACacheMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedCache
name to a caching scheme.class
An extension ofCacheMapping
that can use a regular expression to match with a given cache name.class
ATopicMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedTopic
name to a topic scheme.Modifier and TypeMethodDescription<M extends ResourceMapping>
MResourceMappingRegistry.findMapping
(String sName, Class<M> type) Attempts to find theResourceMapping
that matches the specified name and type.<M extends ResourceMapping>
MSchemeMappingRegistry.findMapping
(String sName, Class<M> type) Modifier and TypeMethodDescriptionResourceMapping.setInternal
(boolean fInternal) Set the flag to indicate if this mapping is for internal resources used by the service.Modifier and TypeMethodDescriptionClass
<? extends ResourceMapping> SchemeMappingRegistry.SchemeMappingKey.getSchemeMappingClass()
Return the scheme mapping class.ResourceMapping.getSubMappings()
Obtain the list of sub-mappings that this mapping containsSchemeMappingRegistry.iterator()
Modifier and TypeMethodDescriptionvoid
ResourceMappingRegistry.register
(ResourceMapping mapping) Registers aResourceMapping
with theResourceMappingRegistry
.void
SchemeMappingRegistry.register
(ResourceMapping mapping) ModifierConstructorDescriptionSchemeMappingKey
(Class<? extends ResourceMapping> clz, String sName) Construct aSchemeMappingRegistry.SchemeMappingKey
. -
Uses of ResourceMapping in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionInitParamProcessor.DataStructureRefExpression.evaluateName
(ParameterResolver resolver, Class<? extends ResourceMapping> clsType, String sElementName) -
Uses of ResourceMapping in com.tangosol.net
Modifier and TypeMethodDescription<M extends ResourceMapping>
ParameterResolverExtensibleConfigurableCacheFactory.getParameterResolver
(String sResourceName, Class<M> clzResourceMapping, ClassLoader loader, BackingMapManagerContext ctxBMM) Return the ParameterResolver that has been initialized with the built-in Coherence parameters.