Interface Histogram

  • All Superinterfaces:
    Metric

    public interface Histogram
    extends Metric
    • Method Detail

      • update

        void update​(int value)
      • update

        void update​(long value)
      • getCount

        long getCount()