Click or drag to resize

GroupAggregatorAggregate Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual Object Aggregate(
	ICollection entries
)

Parameters

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

Return Value

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

Implements

IEntryAggregatorAggregate(ICollection)
See Also