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,
PartitionIdSet partitionIds) |
AggregationResult execute(Aggregator aggregator, Collection<QueryableEntry> entries, PartitionIdSet 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 © 2019 Hazelcast, Inc.. All rights reserved.