Interface SampledStatistic<T extends java.io.Serializable>

    • Method Detail

      • history

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

        java.util.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