@InterfaceAudience.Private public class HBaseMetrics2HadoopMetricsAdapter extends Object
| Constructor and Description |
|---|
HBaseMetrics2HadoopMetricsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
snapshotAllMetrics(org.apache.hadoop.hbase.metrics.MetricRegistry metricRegistry,
org.apache.hadoop.metrics2.MetricsCollector collector)
Iterates over the MetricRegistry and adds them to the
collector. |
void |
snapshotAllMetrics(org.apache.hadoop.hbase.metrics.MetricRegistry metricRegistry,
org.apache.hadoop.metrics2.MetricsRecordBuilder builder)
Iterates over the MetricRegistry and adds them to the
builder. |
public void snapshotAllMetrics(org.apache.hadoop.hbase.metrics.MetricRegistry metricRegistry,
org.apache.hadoop.metrics2.MetricsCollector collector)
collector.collector - A metrics collectorpublic void snapshotAllMetrics(org.apache.hadoop.hbase.metrics.MetricRegistry metricRegistry,
org.apache.hadoop.metrics2.MetricsRecordBuilder builder)
builder.builder - A record builderCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.