Uses of Class
com.tangosol.coherence.config.scheme.BackingMapScheme
-
Packages that use BackingMapScheme 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. -
-
Uses of BackingMapScheme in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return BackingMapScheme Modifier and Type Method Description BackingMapScheme
ClusteredCachingScheme. getBackingMapScheme()
Return theBackingMapScheme
used to create a backing map.BackingMapScheme
DistributedScheme. getBackingMapScheme()
Return theBackingMapScheme
which builds the backing map for the clustered scheme.BackingMapScheme
ReplicatedScheme. getBackingMapScheme()
Return theBackingMapScheme
which builds the backing map for the clustered scheme.Methods in com.tangosol.coherence.config.scheme with parameters of type BackingMapScheme Modifier and Type Method Description void
DistributedScheme. setBackingMapScheme(BackingMapScheme scheme)
Set theBackingMapScheme
which builds the backing map for the clustered scheme.void
ReplicatedScheme. setBackingMapScheme(BackingMapScheme scheme)
Set theBackingMapScheme
which builds the backing map for the clustered scheme. -
Uses of BackingMapScheme in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return BackingMapScheme Modifier and Type Method Description BackingMapScheme
BackingMapSchemeProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.BackingMapScheme
ValueStorageSchemeProcessor. process(ProcessingContext context, XmlElement element)
-