Interface Summing

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

    public interface Summing
    An interface for metric types which aggregate a sum
    • Method Detail

      • getSum

        long getSum()
        Return the current sum.
        Returns:
        the current sum