Interface SampledStatistic<T extends Serializable>

All Superinterfaces:
ValueStatistic<T>
All Known Implementing Classes:
MaximumLatencyHistory, SampledStatisticAdapter

public interface SampledStatistic<T extends Serializable> extends ValueStatistic<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    The history of values
    history(long since)
    The history of values, since a given time in ms

    Methods inherited from interface org.terracotta.statistics.ValueStatistic

    type, value
  • Method Details

    • history

      List<Sample<T>> history()
      The history of values
      Returns:
      the list
    • history

      List<Sample<T>> history(long since)
      The history of values, since a given time in ms
      Parameters:
      since - starting point of history in ms
      Returns:
      the list