Package | Description |
---|---|
com.tangosol.coherence.rest.util | |
com.tangosol.util.extractor |
Contains
ValueExtractor and
ValueUpdater related classes. |
com.tangosol.util.processor |
Contains concrete
InvocableMap.EntryProcessor
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
MvelManipulator
MVEL-based ValueManipulator implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeUpdater
A ValueUpdater implementation based on an extractor-updater pair that could
also be used as a ValueManipulator.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyManipulator<V,R>
PropertyManipulator is a reflection based ValueManipulator implementation
based on the JavaBean property name conventions.
|
Modifier and Type | Field and Description |
---|---|
protected ValueManipulator<V,R> |
PropertyProcessor.m_manipulator
The property value manipulator.
|
Constructor and Description |
---|
NumberIncrementor(ValueManipulator manipulator,
N numInc,
boolean fPostIncrement)
Construct an NumberIncrementor processor that will increment a property
value by a specified amount, returning either the old or the new value
as specified.
|
NumberMultiplier(ValueManipulator<V,N> manipulator,
N numFactor,
boolean fPostFactor)
Construct an NumberMultiplier processor that will multiply a property
value by a specified factor, returning either the old or the new value
as specified.
|
PropertyProcessor(ValueManipulator<V,R> manipulator)
Construct a PropertyProcessor based for the specified
ValueManipulator.
|