Uses of Package
org.apache.hadoop.metrics2.lib
Packages that use org.apache.hadoop.metrics2.lib
Package
Description
A collection of library classes for implementing metrics sources
-
Classes in org.apache.hadoop.metrics2.lib used by org.apache.hadoop.metrics2.libClassDescriptionThe default metrics system singleton.An optional metrics registry class for creating and maintaining a collection of MetricsMutables, making writing metrics source easier.The mutable counter (monotonically increasing) metric interfaceA mutable int counter for implementing metrics sourcesA mutable long counterThe mutable gauge metric interfaceA mutable float gauge.A mutable int gaugeA mutable long gaugeThe mutable metric interfaceWatches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds.A convenient mutable metric for throughput measurementHelper class to manage a group of mutable rate metrics.This class maintains a group of rolling average metrics.A mutable metric with stats.