Package org.terracotta.statistics
Interface SampledStatistic<T extends Serializable>
-
- All Superinterfaces:
ValueStatistic<T>
- All Known Implementing Classes:
MaximumLatencyHistory,SampledStatisticAdapter
public interface SampledStatistic<T extends Serializable> extends ValueStatistic<T>
- Author:
- Ludovic Orban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Sample<T>>history()The history of valuesList<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
-
-