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>
AnElementProcessor
that creates aBackingMapScheme
for use in a collection scheme.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.28
-
-
Constructor Summary
Constructors Constructor Description ValueStorageSchemeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackingMapScheme
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
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
-
-