Uses of Class
com.tangosol.util.aggregator.TopNAggregator.PartialResult
Packages that use TopNAggregator.PartialResult
-
Uses of TopNAggregator.PartialResult in com.tangosol.util.aggregator
Classes in com.tangosol.util.aggregator that implement interfaces with type arguments of type TopNAggregator.PartialResultModifier and TypeClassDescriptionclass
TopNAggregator<K,
V, T, E> TopNAggregator is a ParallelAwareAggregator that aggregates the top N extracted values into an array.Methods in com.tangosol.util.aggregator that return TopNAggregator.PartialResultModifier and TypeMethodDescriptionTopNAggregator.getPartialResult()
TopNAggregator.PartialResult.merge
(TopNAggregator.PartialResult<E> result) Merge single PartialResult into this PartialResult.Methods in com.tangosol.util.aggregator that return types with arguments of type TopNAggregator.PartialResultMethods in com.tangosol.util.aggregator with parameters of type TopNAggregator.PartialResultModifier and TypeMethodDescriptionboolean
TopNAggregator.combine
(TopNAggregator.PartialResult<E> partialResult) TopNAggregator.PartialResult.merge
(TopNAggregator.PartialResult<E> result) Merge single PartialResult into this PartialResult.