| Package | Description | 
|---|---|
| org.apache.hadoop.fs.statistics | This package contains support for statistic collection and reporting. | 
| Modifier and Type | Method and Description | 
|---|---|
| MeanStatistic | MeanStatistic. add(MeanStatistic other)Add another MeanStatistic. | 
| MeanStatistic | MeanStatistic. clone() | 
| MeanStatistic | MeanStatistic. copy()Create a copy of this instance. | 
| MeanStatistic | DurationStatisticSummary. getMean() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,MeanStatistic> | IOStatistics. meanStatistics()Map of meanStatistics. | 
| Map<String,MeanStatistic> | IOStatisticsSnapshot. meanStatistics() | 
| Modifier and Type | Method and Description | 
|---|---|
| MeanStatistic | MeanStatistic. add(MeanStatistic other)Add another MeanStatistic. | 
| void | MeanStatistic. set(MeanStatistic other)Set the statistic to the values of another. | 
| void | IOStatisticsSnapshot. setMeanStatistic(String key,
                MeanStatistic value) | 
| void | IOStatisticsSetters. setMeanStatistic(String key,
                MeanStatistic value)Set a mean statistic to a given value. | 
| Constructor and Description | 
|---|
| DurationStatisticSummary(String key,
                        boolean success,
                        long count,
                        long max,
                        long min,
                        MeanStatistic mean)Constructor. | 
| MeanStatistic(MeanStatistic that)Create from another statistic. | 
Copyright © 2025 Apache Software Foundation. All rights reserved.