Uses of Class
org.apache.hadoop.fs.statistics.MeanStatistic
Packages that use MeanStatistic
Package
Description
This package contains support for statistic collection and reporting.
-
Uses of MeanStatistic in org.apache.hadoop.fs.statistics
Methods in org.apache.hadoop.fs.statistics that return MeanStatisticModifier and TypeMethodDescriptionMeanStatistic.add(MeanStatistic other) Add another MeanStatistic.MeanStatistic.clone()MeanStatistic.copy()Create a copy of this instance.DurationStatisticSummary.getMean()Methods in org.apache.hadoop.fs.statistics that return types with arguments of type MeanStatisticModifier and TypeMethodDescriptionIOStatistics.meanStatistics()Map of meanStatistics.IOStatisticsSnapshot.meanStatistics()Methods in org.apache.hadoop.fs.statistics with parameters of type MeanStatisticModifier and TypeMethodDescriptionMeanStatistic.add(MeanStatistic other) Add another MeanStatistic.voidMeanStatistic.set(MeanStatistic other) Set the statistic to the values of another.voidIOStatisticsSetters.setMeanStatistic(String key, MeanStatistic value) Set a mean statistic to a given value.voidIOStatisticsSnapshot.setMeanStatistic(String key, MeanStatistic value) Constructors in org.apache.hadoop.fs.statistics with parameters of type MeanStatisticModifierConstructorDescriptionDurationStatisticSummary(String key, boolean success, long count, long max, long min, MeanStatistic mean) Constructor.MeanStatistic(MeanStatistic that) Create from another statistic.