Uses of Class
org.apache.hadoop.metrics2.util.MetricQuantile

Packages that use MetricQuantile
org.apache.hadoop.metrics2.lib   
org.apache.hadoop.metrics2.util   
 

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

Fields in org.apache.hadoop.metrics2.lib with type parameters of type MetricQuantile
protected  Map<MetricQuantile,Long> MetricMutableQuantiles.previousSnapshot
           
 

Uses of MetricQuantile in org.apache.hadoop.metrics2.util
 

Methods in org.apache.hadoop.metrics2.util that return types with arguments of type MetricQuantile
 Map<MetricQuantile,Long> MetricSampleQuantiles.snapshot()
          Get a snapshot of the current values of all the tracked quantiles.
 

Constructors in org.apache.hadoop.metrics2.util with parameters of type MetricQuantile
MetricSampleQuantiles(MetricQuantile[] quantiles)
           
 



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