Uses of Interface
org.terracotta.statistics.SampledStatistic
-
Packages that use SampledStatistic Package Description org.terracotta.statistics org.terracotta.statistics.derived.latency -
-
Uses of SampledStatistic in org.terracotta.statistics
Classes in org.terracotta.statistics that implement SampledStatistic Modifier and Type Class Description classSampledStatisticAdapter<T extends java.io.Serializable>Methods in org.terracotta.statistics that return SampledStatistic Modifier and Type Method Description static <T extends java.io.Serializable>
SampledStatistic<T>SampledStatisticAdapter. sample(ValueStatistic<T> accessor, java.util.function.LongSupplier timeSource) -
Uses of SampledStatistic in org.terracotta.statistics.derived.latency
Classes in org.terracotta.statistics.derived.latency that implement SampledStatistic Modifier and Type Class Description classMaximumLatencyHistoryKeeps a history of the maximum operation latencies over a specific window.
-