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 Summary

    Modifier and Type
    Method
    Description
    long
    Return the current sum.
  • Method Details

    • getSum

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