Uses of Interface
org.apache.hadoop.fs.statistics.IOStatistics
Packages that use IOStatistics
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.This package contains support for statistic collection and reporting.
Persistence formats.
-
Uses of IOStatistics in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return IOStatisticsModifier and TypeMethodDescriptionFSDataInputStream.getIOStatistics()Get the IO Statistics of the nested stream, falling back to null if the stream does not implement the interfaceIOStatisticsSource.FSDataOutputStream.getIOStatistics()Get the IO Statistics of the nested stream, falling back to empty statistics if the stream does not implement the interfaceIOStatisticsSource. -
Uses of IOStatistics in org.apache.hadoop.fs.statistics
Subinterfaces of IOStatistics in org.apache.hadoop.fs.statisticsModifier and TypeInterfaceDescriptioninterfaceSetter for IOStatistics entries.Classes in org.apache.hadoop.fs.statistics that implement IOStatisticsModifier and TypeClassDescriptionfinal classSnapshot of statistics from a different source.Methods in org.apache.hadoop.fs.statistics that return IOStatisticsModifier and TypeMethodDescriptionstatic IOStatisticsIOStatisticsSupport.retrieveIOStatistics(Object source) Get the IOStatistics of the source, casting it if it is of the relevant type, otherwise, if it implementsIOStatisticsSourceextracting the value.Methods in org.apache.hadoop.fs.statistics with parameters of type IOStatisticsModifier and TypeMethodDescriptionbooleanIOStatisticsAggregator.aggregate(IOStatistics statistics) Aggregate the supplied statistics into the current set.booleanIOStatisticsSnapshot.aggregate(IOStatistics source) Aggregate the current statistics with the source reference passed in.static ObjectIOStatisticsLogging.demandStringifyIOStatistics(IOStatistics statistics) On demand stringifier of an IOStatistics instance.static 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.static StringIOStatisticsLogging.ioStatisticsToPrettyString(IOStatistics statistics) Convert IOStatistics to a string form, with all the metrics sorted and empty value stripped.static StringIOStatisticsLogging.ioStatisticsToString(IOStatistics statistics) Convert IOStatistics to a string form.voidIOStatisticsSnapshot.snapshot(IOStatistics source) Take a snapshot.static IOStatisticsSnapshotIOStatisticsSupport.snapshotIOStatistics(IOStatistics statistics) Take a snapshot of the current statistics state.Constructors in org.apache.hadoop.fs.statistics with parameters of type IOStatisticsModifierConstructorDescriptionIOStatisticsSnapshot(IOStatistics source) Construct, taking a snapshot of the source statistics data if the source is non-null. -
Uses of IOStatistics in org.apache.hadoop.io.compress
Methods in org.apache.hadoop.io.compress that return IOStatisticsModifier and TypeMethodDescriptionCompressionInputStream.getIOStatistics()Return any IOStatistics provided by the underlying stream.CompressionOutputStream.getIOStatistics()Return any IOStatistics provided by the underlying stream. -
Uses of IOStatistics in org.apache.hadoop.mapreduce.lib.output
Methods in org.apache.hadoop.mapreduce.lib.output that return IOStatistics -
Uses of IOStatistics in org.apache.hadoop.mapreduce.lib.output.committer.manifest.files
Methods in org.apache.hadoop.mapreduce.lib.output.committer.manifest.files with parameters of type IOStatisticsModifier and TypeMethodDescriptionvoidManifestSuccessData.snapshotIOStatistics(IOStatistics iostats) Set the IOStatistics to a snapshot of the source.