public static class EtcdLeaderStatsResponse.LatencyInfo
extends java.lang.Object
| Constructor and Description |
|---|
EtcdLeaderStatsResponse.LatencyInfo(double current,
double average,
double standardDeviation,
double minimum,
double maximum) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverage() |
double |
getCurrent() |
double |
getMaximum() |
double |
getMinimum() |
double |
getStandardDeviation() |