| Package | Description |
|---|---|
| org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
| org.apache.hadoop.ipc.metrics |
RPC related metrics.
|
| org.apache.hadoop.metrics2.lib |
A collection of library classes for implementing metrics sources
|
| Modifier and Type | Method | Description |
|---|---|---|
DynamicIOStatisticsBuilder |
DynamicIOStatisticsBuilder.withMutableCounter(java.lang.String key,
MutableCounterLong source) |
Build a dynamic counter statistic from a
MutableCounterLong. |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCounterLong |
RpcMetrics.getRpcAuthorizationSuccesses() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCounterLong |
MetricsRegistry.newCounter(java.lang.String name,
java.lang.String desc,
long iVal) |
Create a mutable long integer counter
|
MutableCounterLong |
MetricsRegistry.newCounter(MetricsInfo info,
long iVal) |
Create a mutable long integer counter
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.