Uses of Class
org.apache.hadoop.metrics2.lib.MutableHistogram
Package
Description
-
Uses of MutableHistogram in org.apache.hadoop.hbase.replication.regionserver
Modifier 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
Modifier and TypeFieldDescriptionprivate MutableHistogram
MetricsZooKeeperSourceImpl.readOpLatency
private MutableHistogram
MetricsZooKeeperSourceImpl.syncOpLatency
private MutableHistogram
MetricsZooKeeperSourceImpl.writeOpLatency
-
Uses of MutableHistogram in org.apache.hadoop.metrics2.lib
Modifier 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.Modifier and TypeMethodDescriptionDynamicMetricsRegistry.getHistogram
(String histoName) DynamicMetricsRegistry.newHistogram
(String name) Create a new histogram.DynamicMetricsRegistry.newHistogram
(String name, String desc) Create a new histogram.