Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Interface InvocableMap.ParallelAwareAggregator.PartialResultAggregator

All Known Implementing Classes:
TopNAggregator
Enclosing interface:
InvocableMap.ParallelAwareAggregator

public static interface InvocableMap.ParallelAwareAggregator.PartialResultAggregator

PartialResultAggregator allows for the intermediate aggregation of the partial results of a parallel aggregation.


Method Summary
 java.lang.Object aggregatePartialResults(java.util.Collection colPartialResults)
          Aggregate the results of the parallel aggregations, producing a partial result logically representing the partial aggregation.

 

Method Detail

aggregatePartialResults

java.lang.Object aggregatePartialResults(java.util.Collection colPartialResults)
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

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.