Class CounterInfo


  • @Beta
    public class CounterInfo
    extends java.lang.Object
    Collected counter information.
    • Constructor Summary

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

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

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

      • CounterInfo

        public CounterInfo​(java.lang.String name,
                           java.lang.Integer value)
    • Method Detail

      • getName

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

        public java.lang.Integer getValue()
        Counter value.