Show / Hide Table of Contents

Interface IParallelAwareAggregator

An IParallelAwareAggregator is an advanced extension to IEntryAggregator that is explicitly capable of being run in parallel, for example in a distributed environment.

Inherited Members
IEntryAggregator.Aggregate(ICollection)
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public interface IParallelAwareAggregator : IEntryAggregator

Properties

ParallelAggregator

Get an aggregator that can take the place of this aggregator in situations in which the IInvocableCache can aggregate in parallel.

Declaration
IEntryAggregator ParallelAggregator { get; }
Property Value
Type Description
IEntryAggregator

The aggregator that will be run in parallel.

Methods

AggregateResults(ICollection)

Aggregate the results of the parallel aggregations.

Declaration
object AggregateResults(ICollection results)
Parameters
Type Name Description
ICollection results

Results to aggregate.

Returns
Type Description
object

The aggregation of the parallel aggregation results.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.