Class Measurement

java.lang.Object
org.forgerock.monitoring.api.instrument.Measurement

public class Measurement extends Object
A measurement sampled from a meter.
  • Constructor Details

  • Method Details

    • getValue

      public double getValue()
      Value for the measurement.
    • getStatistic

      public Statistic getStatistic()
    • toString

      public String toString()
      Overrides:
      toString in class Object