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 MetricMutableHistogram
          A histogram implementation that runs in constant space, and exports to hadoop's metrics2 system.
 class MetricMutableQuantiles
          Watches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds.
 class MetricMutableRangeHistogram
          Extended histogram implementation with metric range counters.
 class MetricMutableSizeHistogram
          Extended histogram implementation with counters for metric size ranges.
 class MetricMutableTimeHistogram
          Extended histogram implementation with counters for metric time ranges.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.