Class PartitionAssignmentStrategyProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.PartitionAssignmentStrategyProcessor
- All Implemented Interfaces:
ElementProcessor<PartitionAssignmentStrategyBuilder>
@XmlSimpleName("partition-assignment-strategy")
public class PartitionAssignmentStrategyProcessor
extends Object
implements ElementProcessor<PartitionAssignmentStrategyBuilder>
An ElementProcessor to process a <partition-assignment-strategy> to
produce a PartitionAssignmentStrategy.
- Since:
- Coherence 12.1.3
- Author:
- bo 2013.03.12
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
PartitionAssignmentStrategyProcessor
public PartitionAssignmentStrategyProcessor()
-
-
Method Details
-
process
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<PartitionAssignmentStrategyBuilder>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
-