Interface RangeStatistic

  • All Superinterfaces:
    Statistic
    All Known Subinterfaces:
    BoundedRangeStatistic


    public interface RangeStatistic
    extends Statistic
    Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
    • 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.