public interface AccumulationExecutor
All entries are accumulates by the result aggregator returned in the AggregationResult.
| Modifier and Type | Method and Description | 
|---|---|
AggregationResult | 
execute(Aggregator aggregator,
       Collection<QueryableEntry> entries,
       Collection<Integer> partitionIds)  | 
AggregationResult execute(Aggregator aggregator, Collection<QueryableEntry> entries, Collection<Integer> partitionIds)
aggregator - Instance of aggregator using which the entries should be accumulated (it will not be modified)entries - Entries to be accumulatedpartitionIds - IDs of the partitions where the entries resideCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.