Package org.terracotta.statistics
Interface SampledStatistic<T extends java.io.Serializable>
-
- All Superinterfaces:
ValueStatistic<T>
- All Known Implementing Classes:
MaximumLatencyHistory,SampledStatisticAdapter
public interface SampledStatistic<T extends java.io.Serializable> extends ValueStatistic<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Sample<T>>history()The history of valuesjava.util.List<Sample<T>>history(long since)The history of values, since a given time in ms-
Methods inherited from interface org.terracotta.statistics.ValueStatistic
type, value
-
-