Uses of Class
com.tangosol.coherence.config.scheme.BackingMapScheme
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of BackingMapScheme in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionClusteredCachingScheme.getBackingMapScheme()
Return theBackingMapScheme
used to create a backing map.DistributedScheme.getBackingMapScheme()
Return theBackingMapScheme
which builds the backing map for the clustered scheme.ReplicatedScheme.getBackingMapScheme()
Return theBackingMapScheme
which builds the backing map for the clustered scheme.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionBackingMapSchemeProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ValueStorageSchemeProcessor.process
(ProcessingContext context, XmlElement element)