Package | Description |
---|---|
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 |
---|---|
<T> Gauge<T> |
MetricRegistry.register(String name,
Gauge<T> gauge)
Register a
Gauge . |
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
MetricRegistry.register(String name,
Gauge<T> gauge)
Register a
Gauge . |
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
MetricRegistryImpl.register(String name,
Gauge<T> gauge) |
Modifier and Type | Method and Description |
---|---|
private void |
HBaseMetrics2HadoopMetricsAdapter.addGauge(String name,
Gauge<?> gauge,
org.apache.hadoop.metrics2.MetricsRecordBuilder builder) |
<T> Gauge<T> |
MetricRegistryImpl.register(String name,
Gauge<T> gauge) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.