Uses of Class
com.tangosol.coherence.config.ResourceMapping
-
Packages that use ResourceMapping 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. -
-
Uses of ResourceMapping in com.tangosol.coherence.config
Subclasses of ResourceMapping in com.tangosol.coherence.config Modifier and Type Class Description class
CacheMapping
ACacheMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedCache
name to a caching scheme.class
RegExCacheMapping
An extension ofCacheMapping
that can use a regular expression to match with a given cache name.class
TopicMapping
ATopicMapping
captures configuration information for a pattern-match-based mapping from a proposedNamedTopic
name to a topic scheme.Methods in com.tangosol.coherence.config with type parameters of type ResourceMapping Modifier and Type Method Description <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)
Methods in com.tangosol.coherence.config that return ResourceMapping Modifier and Type Method Description ResourceMapping
ResourceMapping. setInternal(boolean fInternal)
Set the flag to indicate if this mapping is for internal resources used by the service.Methods in com.tangosol.coherence.config that return types with arguments of type ResourceMapping Modifier and Type Method 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 containsIterator<ResourceMapping>
SchemeMappingRegistry. iterator()
Methods in com.tangosol.coherence.config with parameters of type ResourceMapping Modifier and Type Method Description void
ResourceMappingRegistry. register(ResourceMapping mapping)
Registers aResourceMapping
with theResourceMappingRegistry
.void
SchemeMappingRegistry. register(ResourceMapping mapping)
Constructor parameters in com.tangosol.coherence.config with type arguments of type ResourceMapping Constructor Description SchemeMappingKey(Class<? extends ResourceMapping> clz, String sName)
Construct aSchemeMappingRegistry.SchemeMappingKey
. -
Uses of ResourceMapping in com.tangosol.coherence.config.xml.processor
Method parameters in com.tangosol.coherence.config.xml.processor with type arguments of type ResourceMapping Modifier and Type Method Description String
InitParamProcessor.DataStructureRefExpression. evaluateName(ParameterResolver resolver, Class<? extends ResourceMapping> clsType, String sElementName)
-
Uses of ResourceMapping in com.tangosol.net
Methods in com.tangosol.net with type parameters of type ResourceMapping Modifier and Type Method Description <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.
-