IPartialResultAggregatorAggregatePartialResults Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Aggregate the results of the parallel aggregations, producing a
partial result logically representing the partial aggregation. The
returned partial result will be further {@link
ParallelAwareAggregator#AggregateResults aggregated} to produce
the final result.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxObject AggregatePartialResults(
ICollection partialResults
)
Parameters
- partialResults
- Type: System.CollectionsICollection
The partial results to agregate.
Return Value
Type:
Object
An aggregattion of the collection of partial results.
See Also