Interface ExtendedStatistics.Result
-
- Enclosing interface:
- ExtendedStatistics
public static interface ExtendedStatistics.ResultThe Interface Result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedStatistics.Statistic<java.lang.Long>count()Count.ExtendedStatistics.Latencylatency()Latency.ExtendedStatistics.Statistic<java.lang.Double>rate()Rate.
-
-
-
Method Detail
-
count
ExtendedStatistics.Statistic<java.lang.Long> count()
Count.- Returns:
- the statistic
-
rate
ExtendedStatistics.Statistic<java.lang.Double> rate()
Rate.- Returns:
- the statistic
-
latency
ExtendedStatistics.Latency latency()
Latency.- Returns:
- the latency
-
-