Uses of Interface
org.apache.hadoop.metrics2.MetricHistogram

Packages that use MetricHistogram
org.apache.hadoop.metrics2.lib   
 

Uses of MetricHistogram in org.apache.hadoop.metrics2.lib
 

Classes in org.apache.hadoop.metrics2.lib that implement MetricHistogram
 class MetricMutableQuantiles
          Watches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds.
 class MutableHistogram
          A histogram implementation that runs in constant space, and exports to hadoop2's metrics2 system.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.