Interface InvocableMap.ParallelAwareAggregator.PartialResultAggregator<P>

    • Method Detail

      • 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