Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.metrics |
Metrics API for HBase.
|
org.apache.hadoop.hbase.metrics.impl |
Implementation of the HBase Metrics framework.
|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Method and Description |
---|---|
static MetricRegistryInfo |
MetricsCoprocessor.createRegistryInfoForRegionCoprocessor(String clazz) |
static MetricRegistryInfo |
MetricsCoprocessor.createRegistryInfoForWALCoprocessor(String clazz) |
Modifier and Type | Method and Description |
---|---|
MetricRegistryInfo |
BaseSourceImpl.getMetricRegistryInfo() |
MetricRegistryInfo |
BaseSource.getMetricRegistryInfo() |
MetricRegistryInfo |
MetricRegistry.getMetricRegistryInfo()
Return the MetricRegistryInfo object for this registry.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<MetricRegistryInfo> |
MetricRegistries.getMetricRegistryInfos()
Returns MetricRegistryInfo's for the MetricRegistry's created.
|
Modifier and Type | Method and Description |
---|---|
MetricRegistry |
MetricRegistryFactory.create(MetricRegistryInfo info)
Create a MetricRegistry from the given MetricRegistryInfo
|
abstract MetricRegistry |
MetricRegistries.create(MetricRegistryInfo info)
Create or return MetricRegistry with the given info.
|
abstract com.google.common.base.Optional<MetricRegistry> |
MetricRegistries.get(MetricRegistryInfo info)
Returns the MetricRegistry if found.
|
abstract boolean |
MetricRegistries.remove(MetricRegistryInfo key)
Decrements the ref count of the MetricRegistry, and removes if ref count == 0.
|
Modifier and Type | Method and Description |
---|---|
MetricRegistryInfo |
MetricRegistryImpl.getMetricRegistryInfo() |
Modifier and Type | Method and Description |
---|---|
Set<MetricRegistryInfo> |
MetricRegistriesImpl.getMetricRegistryInfos() |
Modifier and Type | Method and Description |
---|---|
MetricRegistry |
MetricRegistryFactoryImpl.create(MetricRegistryInfo info) |
MetricRegistry |
MetricRegistriesImpl.create(MetricRegistryInfo info) |
com.google.common.base.Optional<MetricRegistry> |
MetricRegistriesImpl.get(MetricRegistryInfo info) |
boolean |
MetricRegistriesImpl.remove(MetricRegistryInfo key) |
protected void |
GlobalMetricRegistriesAdapter.unregisterSource(MetricRegistryInfo info)
Use reflection to unregister the Hadoop metric source, since MetricsSystem#unregisterSource()
is only available in Hadoop 2.6+ (HADOOP-10839)
|
Constructor and Description |
---|
MetricRegistryImpl(MetricRegistryInfo info) |
Modifier and Type | Method and Description |
---|---|
MetricRegistryInfo |
MetricsSource.getMetricRegistryInfo() |
MetricRegistryInfo |
MetricsReplicationSourceSourceImpl.getMetricRegistryInfo() |
MetricRegistryInfo |
MetricsReplicationGlobalSourceSource.getMetricRegistryInfo() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.