Uses of Class
org.apache.hadoop.fs.statistics.DurationStatisticSummary
Packages that use DurationStatisticSummary
Package
Description
This package contains support for statistic collection and reporting.
-
Uses of DurationStatisticSummary in org.apache.hadoop.fs.statistics
Methods in org.apache.hadoop.fs.statistics that return DurationStatisticSummaryModifier and TypeMethodDescriptionstatic DurationStatisticSummaryDurationStatisticSummary.fetchDurationSummary(IOStatistics source, String key, boolean success) Fetch the duration timing summary of success or failure operations from an IO Statistics source.static DurationStatisticSummaryDurationStatisticSummary.fetchSuccessSummary(IOStatistics source, String key) Fetch the duration timing summary from an IOStatistics source.