Uses of Interface
org.apache.hadoop.hbase.metrics.Metric
Packages that use Metric
Package
Description
Metrics API for HBase.
Implementation of the HBase Metrics framework.
-
Uses of Metric in org.apache.hadoop.hbase.metrics
Subinterfaces of Metric in org.apache.hadoop.hbase.metricsModifier 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
Methods in org.apache.hadoop.hbase.metrics that return MetricModifier and TypeMethodDescriptionRegisters theMetric
with the given name if there does not exist one with the same name.Methods in org.apache.hadoop.hbase.metrics that return types with arguments of type MetricModifier and TypeMethodDescriptionReturns previously registered metric with the name if any.MetricSet.getMetrics()
A map of metric names to metrics.Methods in org.apache.hadoop.hbase.metrics with parameters of type MetricModifier 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
Classes in org.apache.hadoop.hbase.metrics.impl that implement MetricModifier 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
.Fields in org.apache.hadoop.hbase.metrics.impl with type parameters of type MetricModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
Metric> MetricRegistryImpl.metrics
Methods in org.apache.hadoop.hbase.metrics.impl that return MetricMethods in org.apache.hadoop.hbase.metrics.impl that return types with arguments of type MetricMethods in org.apache.hadoop.hbase.metrics.impl with parameters of type Metric