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

Construct a GroupAggregator based on a specified IValueExtractor and underlying IEntryAggregator.

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

Syntax

C#
protected GroupAggregator(
	IValueExtractor extractor,
	IEntryAggregator aggregator,
	IFilter filter
)

Parameters

extractor
Type: Tangosol.Util..::.IValueExtractor
An IValueExtractor object that is used to split IInvocableCache entries into non-intersecting subsets; may not be null.
aggregator
Type: Tangosol.Net.Cache..::.IEntryAggregator
An IEntryAggregator object; may not be null.
filter
Type: Tangosol.Util..::.IFilter
An optional IFilter object used to filter out results of individual group aggregation results.

See Also