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 Summary

    Modifier and Type
    Method
    Description
    long
    Returns the current count.
  • Method Details

    • getCount

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