Uses of Class
org.apache.hadoop.metrics2.lib.MutableQuantiles
Packages that use MutableQuantiles
Package
Description
A collection of library classes for implementing metrics sources
-
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