Uses of Class
com.tangosol.coherence.config.CacheMapping
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 classes providing various caching strategies.
-
Uses of CacheMapping in com.tangosol.coherence.config
Modifier and TypeClassDescriptionclass
An extension ofCacheMapping
that can use a regular expression to match with a given cache name.Modifier and TypeMethodDescriptionCacheMappingRegistry.findCacheMapping
(String sCacheName) Deprecated.Attempts to find theCacheMapping
that matches the specified cache name.default CacheMapping
ResourceMappingRegistry.findCacheMapping
(String sName) Attempts to find theCacheMapping
that matches the specified name and type.CacheMapping.setFederated
(boolean fIsFederated) Set true if this cache mapping is for federated caches.CacheMapping.setInternal
(boolean fIsInternal) Modifier and TypeMethodDescriptionvoid
CacheMappingRegistry.register
(CacheMapping cacheMapping) Deprecated.Registers aCacheMapping
with theCacheMappingRegistry
. -
Uses of CacheMapping in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionCacheMappingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value. -
Uses of CacheMapping in com.tangosol.net.cache
Modifier and TypeMethodDescriptiondefault boolean
TypeAssertion.assertTypeSafety
(String sCacheName, CacheMapping cacheMapping) Asserts the type compatibility of a named cache given theCacheMapping
that defines the cache.boolean
TypeAssertion.assertTypeSafety
(String sCacheName, CacheMapping cacheMapping, boolean fLog) Asserts the type compatibility of a named cache given theCacheMapping
that defines the cache.boolean
TypeAssertion.WithTypesAssertion.assertTypeSafety
(String sCacheName, CacheMapping cacheMapping, boolean fLog) Asserts the type compatibility of a named cache given theCacheMapping
that defines the cache.