public class StatisticsResult extends AggregationResult
| Constructor and Description |
|---|
StatisticsResult(long count,
double sum,
double min,
double max,
double standardDeviation) |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsResult |
combine(Collection<StatisticsResult> statisticsResults) |
double |
getAverage() |
long |
getCount() |
double |
getMax() |
double |
getMin() |
double |
getStandardDeviation() |
double |
getSum() |
createEmptyResultpublic StatisticsResult(long count,
double sum,
double min,
double max,
double standardDeviation)
public long getCount()
public double getSum()
public double getMin()
public double getMax()
public double getAverage()
public double getStandardDeviation()
public static StatisticsResult combine(Collection<StatisticsResult> statisticsResults)
Copyright © 2014–2017. All rights reserved.