Uses of Class
com.tangosol.util.aggregator.TopNAggregator.PartialResult
Packages that use TopNAggregator.PartialResult
-
Uses of TopNAggregator.PartialResult in com.tangosol.util.aggregator
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.