Interface ExtendedStatistics.Statistic<T extends java.lang.Number>
-
- Type Parameters:
T- the generic type
- All Known Implementing Classes:
RateImpl,SemiExpiringStatistic
- Enclosing interface:
- ExtendedStatistics
public static interface ExtendedStatistics.Statistic<T extends java.lang.Number>The Interface Statistic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanactive()Active.java.util.List<org.terracotta.statistics.archive.Timestamped<T>>history()History.Tvalue()Value.
-