Class DmlStatementsProcessor.EntryValueUpdater
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.EntryValueUpdater
-
- All Implemented Interfaces:
Serializable,IgniteInClosure<javax.cache.processor.MutableEntry<Object,Object>>
- Enclosing class:
- DmlStatementsProcessor
public static final class DmlStatementsProcessor.EntryValueUpdater extends Object implements IgniteInClosure<javax.cache.processor.MutableEntry<Object,Object>>
Entry value updater.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryValueUpdater(Object val)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(javax.cache.processor.MutableEntry<Object,Object> e)
-
-
-
Constructor Detail
-
EntryValueUpdater
public EntryValueUpdater(Object val)
Constructor.- Parameters:
val- Value.
-
-