Uses of Class
org.apache.hadoop.metrics2.util.Quantile
Packages that use Quantile
Package
Description
A collection of library classes for implementing metrics sources
General helpers for implementing source and sinks
-
Uses of Quantile in org.apache.hadoop.metrics2.lib
Fields in org.apache.hadoop.metrics2.lib declared as QuantileModifier and TypeFieldDescriptionstatic final Quantile[]MutableInverseQuantiles.INVERSE_QUANTILESstatic final Quantile[]MutableQuantiles.QUANTILESFields in org.apache.hadoop.metrics2.lib with type parameters of type QuantileMethods in org.apache.hadoop.metrics2.lib that return QuantileModifier and TypeMethodDescriptionQuantile[]MutableInverseQuantiles.getQuantiles()Returns the array of Inverse Quantiles declared in MutableInverseQuantiles.Quantile[]MutableQuantiles.getQuantiles()Returns the array of Quantiles declared in MutableQuantiles. -
Uses of Quantile in org.apache.hadoop.metrics2.util
Methods in org.apache.hadoop.metrics2.util that return types with arguments of type QuantileModifier and TypeMethodDescriptionQuantileEstimator.snapshot()SampleQuantiles.snapshot()Get a snapshot of the current values of all the tracked quantiles.Methods in org.apache.hadoop.metrics2.util with parameters of type QuantileConstructors in org.apache.hadoop.metrics2.util with parameters of type Quantile