UpdaterProcessor Constructor (IValueUpdater, Object) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an
UpdaterProcessor based on the specified
IValueUpdater.
Namespace:
Tangosol.Util.Processor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic UpdaterProcessor(
IValueUpdater updater,
Object value
)
Parameters
- updater
- Type: Tangosol.UtilIValueUpdater
An IValueUpdater object; passing null will simpy
replace the entry's value with the specified one instead of
updating it.
- value
- Type: SystemObject
The value to update the target entry with.
See Also