IParallelAwareAggregator Interface | 
Namespace: Tangosol.Net.Cache
public interface IParallelAwareAggregator : IEntryAggregator
The IParallelAwareAggregator type exposes the following members.
| Name | Description | |
|---|---|---|
| ParallelAggregator | 
            Get an aggregator that can take the place of this aggregator in
            situations in which the IInvocableCache can
            aggregate in parallel.
              | 
| Name | Description | |
|---|---|---|
| Aggregate | 
            Process a set of IInvocableCacheEntry objects
            in order to produce an aggregated result.
              (Inherited from IEntryAggregator.) | |
| AggregateResults | 
            Aggregate the results of the parallel aggregations.
              |