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