Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

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