Package org.terracotta.statistics
Interface ValueStatistic<T extends Serializable>
- All Known Subinterfaces:
SampledStatistic<T>
- All Known Implementing Classes:
ConstantValueStatistic,EventRateSimpleMovingAverage,MaximumLatencyHistory,MemoizingValueStatistic,PassThroughStatistic,SampledStatisticAdapter,SuppliedValueStatistic,TableValueStatistic
public interface ValueStatistic<T extends Serializable>
-
Method Summary
-
Method Details
-
type
StatisticType type()- Returns:
- The statistic type
-
value
T value()- Returns:
- The current statistic value
-