Uses of Class
com.tangosol.util.aggregator.TopNAggregator.PartialResult
-
Packages that use TopNAggregator.PartialResult Package Description com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations. -
-
Uses of TopNAggregator.PartialResult in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator that return TopNAggregator.PartialResult Modifier and Type Method Description TopNAggregator.PartialResult<E>
TopNAggregator. getPartialResult()
TopNAggregator.PartialResult<E>
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.PartialResult Modifier and Type Method Description InvocableMap.StreamingAggregator<K,V,TopNAggregator.PartialResult<E>,E[]>
TopNAggregator. supply()
Methods in com.tangosol.util.aggregator with parameters of type TopNAggregator.PartialResult Modifier and Type Method Description boolean
TopNAggregator. combine(TopNAggregator.PartialResult<E> partialResult)
TopNAggregator.PartialResult<E>
TopNAggregator.PartialResult. merge(TopNAggregator.PartialResult<E> result)
Merge single PartialResult into this PartialResult.
-