Interface Counting

  • All Known Subinterfaces:
    Metered
    All Known Implementing Classes:
    Counter, Histogram, Meter, Timer

    public interface Counting
    An interface for metric types which have counts.
    • Method Detail

      • getCount

        long getCount()
        Returns the current count.
        Returns:
        the current count