Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
E15727-01
An IEntryAggregator represents processing that can be directed to
occur against some subset of the entries in an
IInvocableCache, resulting in a aggregated result.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public interface IEntryAggregator |
Remarks
Common examples of aggregation include functions such as Min(),
Max(), Sum() and Avg(). However, the concept of aggregation applies
to any process that needs to evaluate a group of entries to come up
with a single answer.