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

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • type

      Returns:
      The statistic type
    • value

      T value()
      Returns:
      The current statistic value