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.cache |
Contains classes providing various caching strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
RegExCacheMapping
An extension of
CacheMapping that can use a regular expression to
match with a given cache name. |
Modifier and Type | Method and Description |
---|---|
CacheMapping |
CacheMappingRegistry.findCacheMapping(String sCacheName)
Deprecated.
Attempts to find the
CacheMapping that matches the specified
cache name. |
default CacheMapping |
ResourceMappingRegistry.findCacheMapping(String sName)
Attempts to find the
CacheMapping that matches the specified
name and type. |
CacheMapping |
CacheMapping.setFederated(boolean fIsFederated)
Set true if this cache mapping is for federated caches.
|
CacheMapping |
CacheMapping.setInternal(boolean fIsInternal) |
Modifier and Type | Method and Description |
---|---|
Iterator<CacheMapping> |
CacheMappingRegistry.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheMappingRegistry.register(CacheMapping cacheMapping)
Deprecated.
Registers a
CacheMapping with the CacheMappingRegistry . |
Modifier and Type | Method and Description |
---|---|
CacheMapping |
CacheMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Modifier and Type | Method and Description |
---|---|
default boolean |
TypeAssertion.assertTypeSafety(String sCacheName,
CacheMapping cacheMapping)
Asserts the type compatibility of a named cache given the
CacheMapping that defines the cache. |
boolean |
TypeAssertion.assertTypeSafety(String sCacheName,
CacheMapping cacheMapping,
boolean fLog)
Asserts the type compatibility of a named cache given the
CacheMapping that defines the cache. |
boolean |
TypeAssertion.WithTypesAssertion.assertTypeSafety(String sCacheName,
CacheMapping cacheMapping,
boolean fLog)
Asserts the type compatibility of a named cache given the
CacheMapping that defines the cache. |