Uses of Class
com.tangosol.util.aggregator.TopNAggregator
Packages that use TopNAggregator
-
Uses of TopNAggregator in com.tangosol.util
Methods in com.tangosol.util that return TopNAggregatorModifier and TypeMethodDescriptionstatic <K,
V, T, R extends Comparable<? super R>>
TopNAggregator<K, V, T, R> Aggregators.topN
(ValueExtractor<? super T, ? extends R> extractor, int cResults) Return an aggregator that calculates the top n of theComparable
values extracted from a set of entries in a Map.static <K,
V, T, R>
TopNAggregator<K, V, T, R> Aggregators.topN
(ValueExtractor<? super T, ? extends R> extractor, Comparator<? super R> comparator, int cResults) Return an aggregator that calculates the top n of the values extracted from a set of entries in a Map.static <K,
V, T, R extends Comparable<? super R>>
TopNAggregator<K, V, T, R> Return an aggregator that calculates the top n of theComparable
values extracted from a set of entries in a Map.static <K,
V, T, R>
TopNAggregator<K, V, T, R> Aggregators.topN
(String sMethod, Comparator<? super R> comparator, int cResults) Return an aggregator that calculates the top n of the values extracted from a set of entries in a Map.