public static interface ExtendedStatistics.Latency
Modifier and Type | Method and Description |
---|---|
ExtendedStatistics.Statistic<Double> |
average()
Average observed latency.
|
ExtendedStatistics.Statistic<Long> |
maximum()
Maximum latency observed.
|
ExtendedStatistics.Statistic<Long> |
minimum()
Minimum latency observed.
|
ExtendedStatistics.Statistic<Long> minimum()
ExtendedStatistics.Statistic<Long> maximum()
ExtendedStatistics.Statistic<Double> average()
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.