public interface AccumulationExecutor
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 reside.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.