ReducerAggregatorProcess Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Incorporate one aggregatable value into the result.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected override void Process(
Object o,
bool isFinal
)
Parameters
- o
- Type: SystemObject
The value to incorporate into the aggregated result.
- isFinal
- Type: SystemBoolean
true to indicate that the given object is a partial
result returned by a parallel aggregator.
Remarks
If the
isFinal parameter is
true, the
given object is a partial result (returned by an individual
parallel aggregator) that should be incorporated into the final
result; otherwise, the object is a value extracted from an
IInvocableCacheEntry
See Also