Package com.tangosol.util
Interface InvocableMap.ParallelAwareAggregator.PartialResultAggregator<P>
- Enclosing interface:
InvocableMap.ParallelAwareAggregator<K,V, P, R>
Deprecated.
PartialResultAggregator allows for the intermediate
aggregation of the partial results of a
parallel aggregation.-
Method Summary
Modifier and TypeMethodDescriptionaggregatePartialResults(Collection<P> colPartialResults) Deprecated.Aggregate the results of the parallel aggregations, producing a partial result logically representing the partial aggregation.
-
Method Details
-
aggregatePartialResults
Deprecated.Aggregate the results of the parallel aggregations, producing a partial result logically representing the partial aggregation. The returned partial result will be furtheraggregatedto produce the final result.- Parameters:
colPartialResults- the partial results- Returns:
- an aggregation of the collection of partial results
-
InvocableMap.StreamingAggregatorinstead.