static class ThroughputResult.ThroughputAggregator extends java.lang.Object implements Aggregator<ThroughputResult>
Modifier and Type | Field and Description |
---|---|
private AggregationPolicy |
policy |
Constructor and Description |
---|
ThroughputAggregator(AggregationPolicy policy) |
Modifier and Type | Method and Description |
---|---|
ThroughputResult |
aggregate(java.util.Collection<ThroughputResult> results)
Aggregate the results.
|
private final AggregationPolicy policy
ThroughputAggregator(AggregationPolicy policy)
public ThroughputResult aggregate(java.util.Collection<ThroughputResult> results)
Aggregator
aggregate
in interface Aggregator<ThroughputResult>
results
- results to aggregate