Uses of Class
org.apache.hadoop.fs.statistics.MeanStatistic
Packages that use MeanStatistic
Package
Description
This package contains support for statistic collection and reporting.
Implementation support for statistics.
-
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. -
Uses of MeanStatistic in org.apache.hadoop.fs.statistics.impl
Methods in org.apache.hadoop.fs.statistics.impl that return MeanStatisticModifier and TypeMethodDescriptionstatic MeanStatisticIOStatisticsBinding.aggregateMeanStatistics(MeanStatistic l, MeanStatistic r) Aggregate the mean statistics.ForwardingIOStatisticsStore.getMeanStatistic(String key) IOStatisticsStore.getMeanStatistic(String key) Get a reference to the atomic instance providing the value for a specific meanStatistic.Methods in org.apache.hadoop.fs.statistics.impl that return types with arguments of type MeanStatisticModifier and TypeMethodDescriptionForwardingIOStatisticsStore.meanStatistics()WrappedIOStatistics.meanStatistics()Methods in org.apache.hadoop.fs.statistics.impl with parameters of type MeanStatisticModifier and TypeMethodDescriptionstatic MeanStatisticIOStatisticsBinding.aggregateMeanStatistics(MeanStatistic l, MeanStatistic r) Aggregate the mean statistics.voidForwardingIOStatisticsStore.setMeanStatistic(String key, MeanStatistic value) Method parameters in org.apache.hadoop.fs.statistics.impl with type arguments of type MeanStatisticModifier and TypeMethodDescriptionDynamicIOStatisticsBuilder.withMeanStatisticFunction(String key, Function<String, MeanStatistic> eval) Add a new evaluator to the mean statistics.