|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface InvocableMap.ParallelAwareAggregator
A ParallelAwareAggregator is an advanced extension to EntryAggregator that is explicitly capable of being run in parallel, for example in a distributed environment.
Method Summary | |
---|---|
java.lang.Object |
aggregateResults(java.util.Collection collResults) Aggregate the results of the parallel aggregations. |
InvocableMap.EntryAggregator |
getParallelAggregator() Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel. |
Methods inherited from interface com.tangosol.util.InvocableMap.EntryAggregator |
---|
aggregate |
Method Detail |
---|
InvocableMap.EntryAggregator getParallelAggregator()
java.lang.Object aggregateResults(java.util.Collection collResults)
collResults
- the parallel aggregation results
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |