Interface InvocableMap.ParallelAwareAggregator.PartialResultAggregator<P>

Enclosing interface:
InvocableMap.ParallelAwareAggregator<K,V,P,R>

@Deprecated public static interface InvocableMap.ParallelAwareAggregator.PartialResultAggregator<P>
Deprecated.
This interface was deprecated in Coherence 12.2.1 and might be removed in a future release. Use InvocableMap.StreamingAggregator instead.
PartialResultAggregator allows for the intermediate aggregation of the partial results of a parallel aggregation.
  • Method Summary

    Modifier and Type
    Method
    Description
    aggregatePartialResults(Collection<P> colPartialResults)
    Deprecated.
    Aggregate the results of the parallel aggregations, producing a partial result logically representing the partial aggregation.
  • Method Details

    • aggregatePartialResults

      P aggregatePartialResults(Collection<P> colPartialResults)
      Deprecated.
      Aggregate the results of the parallel aggregations, producing a partial result logically representing the partial aggregation. The returned partial result will be further aggregated to produce the final result.
      Parameters:
      colPartialResults - the partial results
      Returns:
      an aggregation of the collection of partial results