public interface AggregatedEvaluationStatisticsExporter extends EvaluationStatisticsExporter
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationStatistics> |
aggregate(List<EvaluationStatistics> stats)
Aggregates the statistics and returns these.
|
String |
aggregationKeysTipText()
Describes this property.
|
String |
getAggregationKeys()
Returns the blank-separated list of keys used for aggregating.
|
void |
setAggregationKeys(String keys)
Sets the blank-separated list of keys to use for aggregating.
|
exportaddLogListener, log, removeLogListenervoid setAggregationKeys(String keys)
keys - the keys (blank-separated)String getAggregationKeys()
String aggregationKeysTipText()
List<EvaluationStatistics> aggregate(List<EvaluationStatistics> stats)
stats - the statistics to aggregateCopyright © 2017. All Rights Reserved.