Click or drag to resize

TopNAggregator Constructor (IValueExtractor, IComparer, Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
public TopNAggregator(
	IValueExtractor extractor,
	IComparer comparer,
	int cResults
)

Parameters

extractor
Type: Tangosol.UtilIValueExtractor
The extractor.
comparer
Type: System.CollectionsIComparer
The comparer for extracted values.
cResults
Type: SystemInt32
The maximum number of results to return.
See Also