CompositeAggregatorCreateInstance Method |
Namespace: Tangosol.Util.Aggregator
public static CompositeAggregator CreateInstance( IEntryAggregator[] aggregators )
If all the aggregators in the specified array are instances of IParallelAwareAggregator, then a parallel-aware instance of the CompositeAggregator will be created.
If at least one of the specified aggregator is not parallel-aware, then the resulting CompositeAggregator will not be parallel-aware and could be ill-suited for aggregations run against large partitioned caches.