Class Metric


  • public class Metric
    extends java.lang.Object
    Run-time execution metric.
    • Constructor Summary

      Constructors 
      Constructor Description
      Metric​(java.lang.String name, java.lang.Number value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Metric name.
      java.lang.Number getValue()
      Metric value.
      • Methods inherited from class java.lang.Object

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

      • Metric

        public Metric​(java.lang.String name,
                      java.lang.Number value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Metric name.
      • getValue

        public java.lang.Number getValue()
        Metric value.