Package org.terracotta.statistics
Interface SampledStatistic<T extends Serializable>
- All Superinterfaces:
ValueStatistic<T>
- All Known Implementing Classes:
MaximumLatencyHistory,SampledStatisticAdapter
-
Method Summary
Methods inherited from interface org.terracotta.statistics.ValueStatistic
type, value
-
Method Details
-
history
The history of values- Returns:
- the list
-
history
The history of values, since a given time in ms- Parameters:
since- starting point of history in ms- Returns:
- the list
-