Click or drag to resize

IParallelAwareAggregator Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An IParallelAwareAggregator is an advanced extension to IEntryAggregator that is explicitly capable of being run in parallel, for example in a distributed environment.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IParallelAwareAggregator : IEntryAggregator

The IParallelAwareAggregator type exposes the following members.

Properties
  NameDescription
Public propertyParallelAggregator
Get an aggregator that can take the place of this aggregator in situations in which the IInvocableCache can aggregate in parallel.
Top
Methods
  NameDescription
Public methodAggregate
Process a set of IInvocableCacheEntry objects in order to produce an aggregated result.
(Inherited from IEntryAggregator.)
Public methodAggregateResults
Aggregate the results of the parallel aggregations.
Top
See Also