Uses of Class
org.apache.hadoop.metrics2.lib.MutableQuantiles
Packages that use MutableQuantiles
Package
Description
A collection of library classes for implementing metrics sources
Common utilities.
-
Uses of MutableQuantiles in org.apache.hadoop.metrics2.lib
Subclasses of MutableQuantiles in org.apache.hadoop.metrics2.libModifier and TypeClassDescriptionclassWatches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds.Methods in org.apache.hadoop.metrics2.lib that return MutableQuantilesModifier and TypeMethodDescriptionMetricsRegistry.newInverseQuantiles(String name, String desc, String sampleName, String valueName, int interval) Create a mutable inverse metric that estimates inverse quantiles of a stream of valuesMetricsRegistry.newQuantiles(String name, String desc, String sampleName, String valueName, int interval) Create a mutable metric that estimates quantiles of a stream of values -
Uses of MutableQuantiles in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return MutableQuantilesModifier and TypeMethodDescriptionprotected MutableQuantiles[]ReadWriteDiskValidatorMetrics.getFileReadQuantiles()GetMutableQuantilesmetrics for the file read time.protected MutableQuantiles[]ReadWriteDiskValidatorMetrics.getFileWriteQuantiles()GetMutableQuantilesmetrics for the file write time.