Uses of Interface
org.apache.hadoop.hbase.metrics.Metric
Package
Description
Metrics API for HBase.
Implementation of the HBase Metrics framework.
-
Uses of Metric in org.apache.hadoop.hbase.metrics
Modifier and TypeInterfaceDescriptioninterface
A mutable number optimized for high concurrency counting.interface
Gauge<T>
A metrics which measures a discrete value.interface
A metric which measures the distribution of values.interface
A metric which measure the rate at which some operation is invoked.interface
General purpose factory for creating various metrics.interface
A set of named metrics.interface
Modifier and TypeMethodDescriptionRegisters theMetric
with the given name if there does not exist one with the same name.Modifier and TypeMethodDescriptionReturns previously registered metric with the name if any.MetricSet.getMetrics()
A map of metric names to metrics.Modifier and TypeMethodDescriptionRegisters theMetric
with the given name if there does not exist one with the same name.boolean
Removes the metric with the given name only if it is registered to the provided metric. -
Uses of Metric in org.apache.hadoop.hbase.metrics.impl
Modifier and TypeClassDescriptionclass
Custom implementation ofCounter
using LongAdder.class
Dropwizard metrics implementation ofMeter
.class
Custom histogram implementation based on FastLongHistogram.class
Custom implementation ofMetricRegistry
.class
Custom implementation ofTimer
.Modifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
Metric> MetricRegistryImpl.metrics