Click or drag to resize

IPartialResultAggregator Interface

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
PartialResultAggregator allows for the intermediate {@link #AggregatePartialResults aggregation} of the partial results of a {@link ParallelAwareAggregator parallel aggregation}.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public interface IPartialResultAggregator

The IPartialResultAggregator type exposes the following members.

Methods
  NameDescription
Public methodAggregatePartialResults
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.
Top
See Also