Class DefaultHistogram

  • All Implemented Interfaces:
    Histogram

    public class DefaultHistogram
    extends java.lang.Object
    implements Histogram
    Thin wrapper around Histogram
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultHistogram​(com.codahale.metrics.Histogram h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Snapshot getSnapshot()  
      void update​(int done)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultHistogram

        public DefaultHistogram​(com.codahale.metrics.Histogram h)
    • Method Detail

      • update

        public void update​(int done)
        Specified by:
        update in interface Histogram
        See Also:
        Histogram.update(int)