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 theBackingMapSchemeused to create a backing map.DistributedScheme.getBackingMapScheme()Return theBackingMapSchemewhich builds the backing map for the clustered scheme.ReplicatedScheme.getBackingMapScheme()Return theBackingMapSchemewhich builds the backing map for the clustered scheme.Methods in com.tangosol.coherence.config.scheme with parameters of type BackingMapSchemeModifier and TypeMethodDescriptionvoidDistributedScheme.setBackingMapScheme(BackingMapScheme scheme) Set theBackingMapSchemewhich builds the backing map for the clustered scheme.voidReplicatedScheme.setBackingMapScheme(BackingMapScheme scheme) Set theBackingMapSchemewhich 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 anXmlElementto return a specific type of value.ValueStorageSchemeProcessor.process(ProcessingContext context, XmlElement element)