Package 

Interface CoreCounter


  • 
    public interface CoreCounter
    
                        

    This interface describes a core counter metric.

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Get the counter name.
      abstract long getValue() Get the counter value.
      abstract long getValueAndReset() Get the value and reset the counter.
      • Methods inherited from class java.lang.Object

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

      • getValue

         abstract long getValue()

        Get the counter value.

      • getValueAndReset

         abstract long getValueAndReset()

        Get the value and reset the counter.