Package org.terracotta.statistics
Interface ValueStatistic<T extends java.io.Serializable>
-
- All Known Subinterfaces:
SampledStatistic<T>
- All Known Implementing Classes:
ConstantValueStatistic,EventRateSimpleMovingAverage,MaximumLatencyHistory,MemoizingValueStatistic,PassThroughStatistic,SampledStatisticAdapter,SuppliedValueStatistic,TableValueStatistic
public interface ValueStatistic<T extends java.io.Serializable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticTypetype()Tvalue()
-
-
-
Method Detail
-
type
StatisticType type()
- Returns:
- The statistic type
-
value
T value()
- Returns:
- The current statistic value
-
-