Interface RangeStatistic

    • Method Detail

      • getHighWaterMark

        long getHighWaterMark()
        The highest value this attribute has held since the beginning of the measurement.
      • getLowWaterMark

        long getLowWaterMark()
        The lowest value this attribute has held since the beginning of the measurement.
      • getCurrent

        long getCurrent()
        The current value of this attribute.