| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.metrics2 |
Metrics 2.0
|
| org.apache.hadoop.metrics2.impl |
A metrics system implementation
|
| org.apache.hadoop.metrics2.source |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WeakRefMetricsSource.getMetrics(MetricsCollector collector,
boolean all) |
If the weak reference is non null, update the metrics.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DecayRpcScheduler.getMetrics(MetricsCollector collector,
boolean all) |
|
void |
DecayRpcScheduler.MetricsProxy.getMetrics(MetricsCollector collector,
boolean all) |
| Modifier and Type | Method | Description |
|---|---|---|
MetricsCollector |
MetricsRecordBuilder.endRecord() |
Syntactic sugar to add multiple records in a collector in a one liner.
|
MetricsCollector |
MetricsJsonBuilder.parent() |
|
abstract MetricsCollector |
MetricsRecordBuilder.parent() |
|
MetricsCollector |
MetricStringBuilder.parent() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MetricsSource.getMetrics(MetricsCollector collector,
boolean all) |
Get metrics from the metrics source
|
| Constructor | Description |
|---|---|
MetricsJsonBuilder(MetricsCollector parent) |
Build an instance.
|
MetricStringBuilder(MetricsCollector parent,
java.lang.String prefix,
java.lang.String separator,
java.lang.String suffix) |
Build an instance.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MetricsCollectorImpl |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MetricsSystemImpl.getMetrics(MetricsCollector builder,
boolean all) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JvmMetrics.getMetrics(MetricsCollector collector,
boolean all) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.