Uses of Interface
org.apache.hadoop.hbase.metrics.MetricRegistry
Package
Description
Table of Contents
Metrics API for HBase.
Implementation of the HBase Metrics framework.
-
Uses of MetricRegistry in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionstatic MetricRegistry
MetricsCoprocessor.createRegistryForMasterCoprocessor
(String clazz) static MetricRegistry
MetricsCoprocessor.createRegistryForRegionCoprocessor
(String clazz) static MetricRegistry
MetricsCoprocessor.createRegistryForRSCoprocessor
(String clazz) static MetricRegistry
MetricsCoprocessor.createRegistryForWALCoprocessor
(String clazz) MasterCoprocessorEnvironment.getMetricRegistryForMaster()
Returns a MetricRegistry that can be used to track metrics at the master level.RegionCoprocessorEnvironment.getMetricRegistryForRegionServer()
Returns a MetricRegistry that can be used to track metrics at the region server level.RegionServerCoprocessorEnvironment.getMetricRegistryForRegionServer()
Returns a MetricRegistry that can be used to track metrics at the region server level.WALCoprocessorEnvironment.getMetricRegistryForRegionServer()
Returns a MetricRegistry that can be used to track metrics at the region server level.Modifier and TypeMethodDescriptionstatic void
MetricsCoprocessor.removeRegistry
(MetricRegistry registry) -
Uses of MetricRegistry in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate final MetricRegistry
MasterCoprocessorHost.MasterEnvironment.metricRegistry
Modifier and TypeMethodDescriptionMasterCoprocessorHost.MasterEnvironment.getMetricRegistryForMaster()
-
Uses of MetricRegistry in org.apache.hadoop.hbase.metrics
Modifier and TypeFieldDescriptionprotected final MetricRegistry
BaseSourceImpl.registry
Note that there are at least 4 MetricRegistry definitions in the source code.Modifier and TypeMethodDescriptionabstract MetricRegistry
MetricRegistries.create
(MetricRegistryInfo info) Create or return MetricRegistry with the given info.MetricRegistryFactory.create
(MetricRegistryInfo info) Create a MetricRegistry from the given MetricRegistryInfoModifier and TypeMethodDescriptionabstract Optional<MetricRegistry>
MetricRegistries.get
(MetricRegistryInfo info) Returns the MetricRegistry if found.abstract Collection<MetricRegistry>
MetricRegistries.getMetricRegistries()
Returns MetricRegistry's created. -
Uses of MetricRegistry in org.apache.hadoop.hbase.metrics.impl
Modifier and TypeFieldDescriptionprivate final MetricRegistry
GlobalMetricRegistriesAdapter.MetricsSourceAdapter.registry
Modifier and TypeFieldDescriptionprivate final RefCountingMap<MetricRegistryInfo,
MetricRegistry> MetricRegistriesImpl.registries
Modifier and TypeMethodDescriptionMetricRegistriesImpl.create
(MetricRegistryInfo info) MetricRegistryFactoryImpl.create
(MetricRegistryInfo info) Modifier and TypeMethodDescriptionMetricRegistriesImpl.get
(MetricRegistryInfo info) MetricRegistriesImpl.getMetricRegistries()
Modifier and TypeMethodDescriptionvoid
HBaseMetrics2HadoopMetricsAdapter.snapshotAllMetrics
(MetricRegistry metricRegistry, org.apache.hadoop.metrics2.MetricsCollector collector) Iterates over the MetricRegistry and adds them to thecollector
.void
HBaseMetrics2HadoopMetricsAdapter.snapshotAllMetrics
(MetricRegistry metricRegistry, org.apache.hadoop.metrics2.MetricsRecordBuilder builder) Iterates over the MetricRegistry and adds them to thebuilder
. -
Uses of MetricRegistry in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate MetricRegistry
MetricsRegionServer.metricRegistry
private final MetricRegistry
RegionCoprocessorHost.RegionEnvironment.metricRegistry
private final MetricRegistry
RegionServerCoprocessorHost.RegionServerEnvironment.metricRegistry
Modifier and TypeMethodDescriptionRegionCoprocessorHost.RegionEnvironment.getMetricRegistryForRegionServer()
RegionServerCoprocessorHost.RegionServerEnvironment.getMetricRegistryForRegionServer()
-
Uses of MetricRegistry in org.apache.hadoop.hbase.regionserver.metrics
Modifier and TypeMethodDescriptionprivate MetricRegistry
MetricsTableRequests.createRegistryForTableRequests()
-
Uses of MetricRegistry in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprivate final MetricRegistry
WALCoprocessorHost.WALEnvironment.metricRegistry
Modifier and TypeMethodDescriptionWALCoprocessorHost.WALEnvironment.getMetricRegistryForRegionServer()