public interface SampledStatistic<T extends Serializable> extends ValueStatistic<T>
| Modifier and Type | Method and Description |
|---|---|
List<Sample<T>> |
history()
The history of values
|
List<Sample<T>> |
history(long since)
The history of values, since a given time in ms
|
type, valueCopyright © 2018. All rights reserved.