GroupAggregatorCreateInstance Method (String, IEntryAggregator, IFilter) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create an instance of GroupAggregator based on a specified member
name(s), an
IEntryAggregator and a result
evaluation filter.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Remarks
If the specified underlying aggregator is an instance of
IParallelAwareAggregator, then a parallel-aware
instance of the GroupAggregator will be created. Otherwise, the
resulting GroupAggregator will not be parallel-aware and could be
ill-suited for aggregations run against large partitioned caches.
See Also