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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
Method Details
-
process
public BackingMapScheme process(ProcessingContext context, XmlElement element) throws ConfigurationException Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<BackingMapScheme>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-