Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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