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.
|
Modifier and Type | Method and Description |
---|---|
(package private) static MetricRegistryInfo |
MetricsCoprocessor.createRegistryInfoForMasterCoprocessor(String clazz) |
static MetricRegistryInfo |
MetricsCoprocessor.createRegistryInfoForRegionCoprocessor(String clazz) |
(package private) static MetricRegistryInfo |
MetricsCoprocessor.createRegistryInfoForRSCoprocessor(String clazz) |
static MetricRegistryInfo |
MetricsCoprocessor.createRegistryInfoForWALCoprocessor(String clazz) |
Modifier and Type | Method and Description |
---|---|
default 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 |
---|---|
abstract MetricRegistry |
MetricRegistries.create(MetricRegistryInfo info)
Create or return MetricRegistry with the given info.
|
MetricRegistry |
MetricRegistryFactory.create(MetricRegistryInfo info)
Create a MetricRegistry from the given MetricRegistryInfo
|
abstract 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 | Field and Description |
---|---|
private MetricRegistryInfo |
MetricRegistryImpl.info |
Modifier and Type | Field and Description |
---|---|
private HashMap<MetricRegistryInfo,GlobalMetricRegistriesAdapter.MetricsSourceAdapter> |
GlobalMetricRegistriesAdapter.registeredSources |
private RefCountingMap<MetricRegistryInfo,MetricRegistry> |
MetricRegistriesImpl.registries |
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) |
Optional<MetricRegistry> |
MetricRegistriesImpl.get(MetricRegistryInfo info) |
boolean |
MetricRegistriesImpl.remove(MetricRegistryInfo key) |
Constructor and Description |
---|
MetricRegistryImpl(MetricRegistryInfo info) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.