Uses of Interface
org.apache.hadoop.metrics2.util.QuantileEstimator
Packages that use QuantileEstimator
Package
Description
A collection of library classes for implementing metrics sources
General helpers for implementing source and sinks
-
Uses of QuantileEstimator in org.apache.hadoop.metrics2.lib
Methods in org.apache.hadoop.metrics2.lib that return QuantileEstimatorMethods in org.apache.hadoop.metrics2.lib with parameters of type QuantileEstimatorModifier and TypeMethodDescriptionvoidMutableQuantiles.setEstimator(QuantileEstimator quantileEstimator) -
Uses of QuantileEstimator in org.apache.hadoop.metrics2.util
Classes in org.apache.hadoop.metrics2.util that implement QuantileEstimatorModifier and TypeClassDescriptionclassImplementation of the Cormode, Korn, Muthukrishnan, and Srivastava algorithm for streaming calculation of targeted high-percentile epsilon-approximate quantiles.