Class DoNothingHistogram

    • Constructor Detail

      • DoNothingHistogram

        public DoNothingHistogram()
    • Method Detail

      • update

        public void update​(long value)
        Description copied from interface: Histogram
        Update histogram by value
        Specified by:
        update in interface Histogram
      • count

        public long count()
        Description copied from interface: Histogram
        Get the value of histogram
        Specified by:
        count in interface Histogram