Uses of Class
org.apache.hadoop.metrics2.lib.MutableHistogram
Packages that use MutableHistogram
Package
Description
-
Uses of MutableHistogram in org.apache.hadoop.hbase.replication.regionserver
Fields in org.apache.hadoop.hbase.replication.regionserver declared as MutableHistogramModifier and TypeFieldDescriptionprivate final MutableHistogram
MetricsReplicationSinkSourceImpl.ageHist
private final MutableHistogram
MetricsReplicationGlobalSourceSourceImpl.ageOfLastShippedOpHist
private final MutableHistogram
MetricsReplicationSourceSourceImpl.ageOfLastShippedOpHist
private final MutableHistogram
MetricsReplicationTableSourceImpl.ageOfLastShippedOpHist
-
Uses of MutableHistogram in org.apache.hadoop.hbase.zookeeper
Fields in org.apache.hadoop.hbase.zookeeper declared as MutableHistogramModifier and TypeFieldDescriptionprivate MutableHistogram
MetricsZooKeeperSourceImpl.readOpLatency
private MutableHistogram
MetricsZooKeeperSourceImpl.syncOpLatency
private MutableHistogram
MetricsZooKeeperSourceImpl.writeOpLatency
-
Uses of MutableHistogram in org.apache.hadoop.metrics2.lib
Subclasses of MutableHistogram in org.apache.hadoop.metrics2.libModifier and TypeClassDescriptionclass
Extended histogram implementation with metric range counters.class
Extended histogram implementation with counters for metric size ranges.class
Extended histogram implementation with counters for metric time ranges.Methods in org.apache.hadoop.metrics2.lib that return MutableHistogramModifier and TypeMethodDescriptionDynamicMetricsRegistry.getHistogram
(String histoName) DynamicMetricsRegistry.newHistogram
(String name) Create a new histogram.DynamicMetricsRegistry.newHistogram
(String name, String desc) Create a new histogram.