Uses of Interface
org.apache.hadoop.hbase.metrics.MetricRegistry
Packages that use 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
Fields in org.apache.hadoop.hbase.coprocessor declared as MetricRegistryMethods in org.apache.hadoop.hbase.coprocessor that return MetricRegistryModifier and TypeMethodDescriptionstatic MetricRegistryMetricsCoprocessor.createRegistryForMasterCoprocessor(String clazz) static MetricRegistryMetricsCoprocessor.createRegistryForRegionCoprocessor(String clazz) static MetricRegistryMetricsCoprocessor.createRegistryForRSCoprocessor(String clazz) static MetricRegistryMetricsCoprocessor.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.Methods in org.apache.hadoop.hbase.coprocessor with parameters of type MetricRegistryModifier and TypeMethodDescriptionstatic voidMetricsCoprocessor.removeRegistry(MetricRegistry registry) -
Uses of MetricRegistry in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as MetricRegistryModifier and TypeFieldDescriptionprivate final MetricRegistryMasterCoprocessorHost.MasterEnvironment.metricRegistryMethods in org.apache.hadoop.hbase.master that return MetricRegistryModifier and TypeMethodDescriptionMasterCoprocessorHost.MasterEnvironment.getMetricRegistryForMaster() -
Uses of MetricRegistry in org.apache.hadoop.hbase.metrics
Fields in org.apache.hadoop.hbase.metrics declared as MetricRegistryModifier and TypeFieldDescriptionprotected final MetricRegistryBaseSourceImpl.registryNote that there are at least 4 MetricRegistry definitions in the source code.Methods in org.apache.hadoop.hbase.metrics that return MetricRegistryModifier and TypeMethodDescriptionabstract MetricRegistryMetricRegistries.create(MetricRegistryInfo info) Create or return MetricRegistry with the given info.MetricRegistryFactory.create(MetricRegistryInfo info) Create a MetricRegistry from the given MetricRegistryInfoMethods in org.apache.hadoop.hbase.metrics that return types with arguments of type MetricRegistryModifier and TypeMethodDescriptionabstract Optional<MetricRegistry>MetricRegistries.get(MetricRegistryInfo info) Returns the MetricRegistry if found.abstract Collection<MetricRegistry>MetricRegistries.getMetricRegistries()Returns MetricRegistry's created.Constructors in org.apache.hadoop.hbase.metrics with parameters of type MetricRegistry -
Uses of MetricRegistry in org.apache.hadoop.hbase.metrics.impl
Classes in org.apache.hadoop.hbase.metrics.impl that implement MetricRegistryFields in org.apache.hadoop.hbase.metrics.impl declared as MetricRegistryModifier and TypeFieldDescriptionprivate final MetricRegistryGlobalMetricRegistriesAdapter.MetricsSourceAdapter.registryFields in org.apache.hadoop.hbase.metrics.impl with type parameters of type MetricRegistryModifier and TypeFieldDescriptionprivate final RefCountingMap<MetricRegistryInfo,MetricRegistry> MetricRegistriesImpl.registriesMethods in org.apache.hadoop.hbase.metrics.impl that return MetricRegistryModifier and TypeMethodDescriptionMetricRegistriesImpl.create(MetricRegistryInfo info) MetricRegistryFactoryImpl.create(MetricRegistryInfo info) Methods in org.apache.hadoop.hbase.metrics.impl that return types with arguments of type MetricRegistryModifier and TypeMethodDescriptionMetricRegistriesImpl.get(MetricRegistryInfo info) MetricRegistriesImpl.getMetricRegistries()Methods in org.apache.hadoop.hbase.metrics.impl with parameters of type MetricRegistryModifier and TypeMethodDescriptionvoidHBaseMetrics2HadoopMetricsAdapter.snapshotAllMetrics(MetricRegistry metricRegistry, org.apache.hadoop.metrics2.MetricsCollector collector) Iterates over the MetricRegistry and adds them to thecollector.voidHBaseMetrics2HadoopMetricsAdapter.snapshotAllMetrics(MetricRegistry metricRegistry, org.apache.hadoop.metrics2.MetricsRecordBuilder builder) Iterates over the MetricRegistry and adds them to thebuilder.Constructors in org.apache.hadoop.hbase.metrics.impl with parameters of type MetricRegistry -
Uses of MetricRegistry in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as MetricRegistryModifier and TypeFieldDescriptionprivate MetricRegistryMetricsRegionServer.metricRegistryprivate final MetricRegistryRegionCoprocessorHost.RegionEnvironment.metricRegistryprivate final MetricRegistryRegionServerCoprocessorHost.RegionServerEnvironment.metricRegistryMethods in org.apache.hadoop.hbase.regionserver that return MetricRegistryModifier and TypeMethodDescriptionRegionCoprocessorHost.RegionEnvironment.getMetricRegistryForRegionServer()RegionServerCoprocessorHost.RegionServerEnvironment.getMetricRegistryForRegionServer() -
Uses of MetricRegistry in org.apache.hadoop.hbase.regionserver.metrics
Fields in org.apache.hadoop.hbase.regionserver.metrics declared as MetricRegistryModifier and TypeFieldDescriptionprivate MetricRegistryMetricsTableRequests.registryprivate final MetricRegistryMetricsThrottleExceptions.registryMethods in org.apache.hadoop.hbase.regionserver.metrics that return MetricRegistryModifier and TypeMethodDescriptionprivate MetricRegistryMetricsTableRequests.createRegistryForTableRequests()Constructors in org.apache.hadoop.hbase.regionserver.metrics with parameters of type MetricRegistry -
Uses of MetricRegistry in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as MetricRegistryModifier and TypeFieldDescriptionprivate final MetricRegistryWALCoprocessorHost.WALEnvironment.metricRegistryMethods in org.apache.hadoop.hbase.regionserver.wal that return MetricRegistryModifier and TypeMethodDescriptionWALCoprocessorHost.WALEnvironment.getMetricRegistryForRegionServer()