Interface SampledStatistic<T extends Serializable>

    • Method Detail

      • 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