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 TypeInterfaceDescriptioninterfaceA mutable number optimized for high concurrency counting.interfaceGauge<T>A metrics which measures a discrete value.interfaceA metric which measures the distribution of values.interfaceA metric which measure the rate at which some operation is invoked.interfaceGeneral purpose factory for creating various metrics.interfaceA set of named metrics.interfaceMethods in org.apache.hadoop.hbase.metrics that return MetricModifier and TypeMethodDescriptionRegisters theMetricwith 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 theMetricwith the given name if there does not exist one with the same name.booleanRemoves 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 TypeClassDescriptionclassCustom implementation ofCounterusing LongAdder.classDropwizard metrics implementation ofMeter.classCustom histogram implementation based on FastLongHistogram.classCustom implementation ofMetricRegistry.classCustom implementation ofTimer.Fields in org.apache.hadoop.hbase.metrics.impl with type parameters of type MetricModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,Metric> MetricRegistryImpl.metricsMethods 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