Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Process a collection of IInvocableCacheEntry objects using the underlying extractor to split the entries into non-intersecting (distinct) groups and then apply the underlying aggregator separately to each group.

Namespace:  Tangosol.Util.Aggregator
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public virtual Object Aggregate(
	ICollection entries
)

Parameters

entries
Type: System.Collections..::.ICollection
A collection of read-only IInvocableCacheEntry objects to aggregate.

Return Value

A dictionary that has the unique tuples as keys and results of the corresponding subset aggregation as values.

Implements

IEntryAggregator..::.Aggregate(ICollection)

See Also