Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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