Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The ReducerAggregator will return a portion of value attributes based on the provided ValueExtractor, instead of returning the complete set of values.

Namespace: Tangosol.Util.Aggregator
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class ReducerAggregator : AbstractAggregator

Remarks

This aggregator could be used in combination with Tangosol.Util.Extractor.MultiExtractor allowing one to collect tuples that are a subset of the attributes of each object stored in the cache. MultiExtractor

Inheritance Hierarchy

System..::..Object
  Tangosol.Util.Aggregator..::..AbstractAggregator
    Tangosol.Util.Aggregator..::..ReducerAggregator

See Also