Uses of Interface
org.apache.hadoop.fs.statistics.IOStatistics
Packages that use IOStatistics
Package
Description
Crypto related classes.
An abstract file system API.
This package contains support for statistic collection and reporting.
Implementation support for statistics.
Common utilities.
Support for functional programming within the Hadoop APIs.
-
Uses of IOStatistics in org.apache.hadoop.crypto
Methods in org.apache.hadoop.crypto that return IOStatisticsModifier and TypeMethodDescriptionCryptoInputStream.getIOStatistics()CryptoOutputStream.getIOStatistics() -
Uses of IOStatistics in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return IOStatisticsModifier and TypeMethodDescriptionBufferedFSInputStream.getIOStatistics()FSDataInputStream.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 TypeMethodDescriptionBufferedIOStatisticsInputStream.getIOStatistics()Return any IOStatistics offered by the inner stream.BufferedIOStatisticsOutputStream.getIOStatistics()Ask the inner stream for their IOStatistics.default IOStatisticsIOStatisticsSource.getIOStatistics()Return a statistics instance.static 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.fs.statistics.impl
Subinterfaces of IOStatistics in org.apache.hadoop.fs.statistics.implModifier and TypeInterfaceDescriptioninterfaceInterface of an IOStatistics store intended for use in classes which track statistics for reporting.Classes in org.apache.hadoop.fs.statistics.impl that implement IOStatisticsModifier and TypeClassDescriptionclassBase implementation in case common methods/fields need to be added in future.classThis may seem odd having an IOStatisticsStore which does nothing but forward to a wrapped store, but it's designed to assist in subclassing of selective methods, such as those to increment counters, get durations etc.classWrap IOStatistics source with another (dynamic) wrapper.Methods in org.apache.hadoop.fs.statistics.impl that return IOStatisticsModifier and TypeMethodDescriptionDynamicIOStatisticsBuilder.build()Build the IOStatistics instance.static IOStatisticsIOStatisticsBinding.emptyStatistics()Get the shared instance of the immutable empty statistics object.static IOStatisticsIOStatisticsBinding.fromStorageStatistics(StorageStatistics storageStatistics) Create IOStatistics from a storage statistics instance.IOStatisticsContextImpl.getIOStatistics()SourceWrappedStatistics.getIOStatistics()protected IOStatisticsWrappedIOStatistics.getWrapped()Get at the wrapped inner statistics.Methods in org.apache.hadoop.fs.statistics.impl with parameters of type IOStatisticsModifier and TypeMethodDescriptionbooleanForwardingIOStatisticsStore.aggregate(IOStatistics statistics) static StorageStatisticsIOStatisticsBinding.publishAsStorageStatistics(String name, String scheme, IOStatistics source) Publish the IOStatistics as a set of storage statistics.protected voidWrappedIOStatistics.setWrapped(IOStatistics wrapped) Set the wrapped statistics.static IOStatisticsSourceIOStatisticsBinding.wrap(IOStatistics statistics) Take an IOStatistics instance and wrap it in a source.Constructors in org.apache.hadoop.fs.statistics.impl with parameters of type IOStatisticsModifierConstructorDescriptionSourceWrappedStatistics(IOStatistics source) Constructor.StorageStatisticsFromIOStatistics(String name, String scheme, IOStatistics ioStatistics) Instantiate.WrappedIOStatistics(IOStatistics wrapped) Instantiate. -
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.util
Methods in org.apache.hadoop.util that return IOStatisticsModifier and TypeMethodDescriptionLineReader.getIOStatistics()Return any IOStatistics provided by the source. -
Uses of IOStatistics in org.apache.hadoop.util.functional
Methods in org.apache.hadoop.util.functional that return IOStatistics