Uses of Interface
org.apache.hadoop.hbase.metrics.MetricSet
Package
Description
Metrics API for HBase.
Implementation of the HBase Metrics framework.
-
Uses of MetricSet in org.apache.hadoop.hbase.metrics
Modifier and TypeInterfaceDescriptioninterface
General purpose factory for creating various metrics.Modifier and TypeMethodDescriptionvoid
MetricRegistry.registerAll
(MetricSet metricSet) Registers theMetric
s in the given MetricSet. -
Uses of MetricSet in org.apache.hadoop.hbase.metrics.impl