Interface Counter

    • Method Detail

      • inc

        void inc()
        Counter add 1
      • inc

        void inc​(long n)
        Counter add n
      • count

        long count()
        Get the value of counter
      • constructValueMap

        default void constructValueMap​(java.util.Map<java.lang.String,​java.lang.Object> result)
        Specified by:
        constructValueMap in interface IMetric