Class ValueStorageSchemeProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.ValueStorageSchemeProcessor
- All Implemented Interfaces:
- ElementProcessor<BackingMapScheme>
@XmlSimpleName("value-storage-scheme")
public class ValueStorageSchemeProcessor
extends Object
implements ElementProcessor<BackingMapScheme>
An 
ElementProcessor that creates a BackingMapScheme
 for use in a collection scheme.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.28
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.
- 
Constructor Details- 
ValueStorageSchemeProcessorpublic ValueStorageSchemeProcessor()
 
- 
- 
Method Details- 
processpublic BackingMapScheme process(ProcessingContext context, XmlElement element) throws ConfigurationException Description copied from interface:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
- processin interface- ElementProcessor<BackingMapScheme>
- Parameters:
- context- the- ProcessingContextin which the- XmlElementis being processed
- element- the- XmlElementto process
- Returns:
- a value of type T
- Throws:
- ConfigurationException- when a configuration problem was encountered
 
 
-