Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a TopNAggregator that will aggregate the top extracted values, as determined by the specified comparator.

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

Syntax

C#
public TopNAggregator(
	IValueExtractor extractor,
	IComparer comparer,
	int cResults
)

Parameters

extractor
Type: Tangosol.Util..::..IValueExtractor
The extractor.
comparer
Type: System.Collections..::..IComparer
The comparer for extracted values.
cResults
Type: System..::..Int32
The maximum number of results to return.

See Also