Uses of Class
com.tangosol.coherence.config.scheme.BackingMapScheme
Packages that use 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
Methods in com.tangosol.coherence.config.scheme that return BackingMapSchemeModifier 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.Methods in com.tangosol.coherence.config.scheme with parameters of type BackingMapSchemeModifier 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
Methods in com.tangosol.coherence.config.xml.processor that return BackingMapSchemeModifier and TypeMethodDescriptionBackingMapSchemeProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ValueStorageSchemeProcessor.process
(ProcessingContext context, XmlElement element)