Package | Description |
---|---|
com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
Modifier and Type | Method and Description |
---|---|
BackingMapScheme |
ClusteredCachingScheme.getBackingMapScheme()
Return the
BackingMapScheme used to create a backing map. |
BackingMapScheme |
DistributedScheme.getBackingMapScheme()
Return the
BackingMapScheme which builds the backing map for
the clustered scheme. |
BackingMapScheme |
ReplicatedScheme.getBackingMapScheme()
Return the
BackingMapScheme which builds the backing map for
the clustered scheme. |
Modifier and Type | Method and Description |
---|---|
void |
DistributedScheme.setBackingMapScheme(BackingMapScheme scheme)
Set the
BackingMapScheme which builds the backing map for
the clustered scheme. |
void |
ReplicatedScheme.setBackingMapScheme(BackingMapScheme scheme)
Set the
BackingMapScheme which builds the backing map for
the clustered scheme. |
Modifier and Type | Method and Description |
---|---|
BackingMapScheme |
BackingMapSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
BackingMapScheme |
ValueStorageSchemeProcessor.process(ProcessingContext context,
XmlElement element) |