Class MetricValue


  • @Public
    @Evolving
    public class MetricValue
    extends java.lang.Object
    A Number that is either an absolute or an incremental amount.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean ABSOLUTE  
      static boolean INCREMENT  
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricValue​(java.lang.Number number, boolean isIncrement)
      Creates a new instance of MetricValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getNumber()  
      boolean isAbsolute()  
      boolean isIncrement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricValue

        public MetricValue​(java.lang.Number number,
                           boolean isIncrement)
        Creates a new instance of MetricValue
    • Method Detail

      • isIncrement

        public boolean isIncrement()
      • isAbsolute

        public boolean isAbsolute()
      • getNumber

        public java.lang.Number getNumber()