Uses of Interface
org.apache.hadoop.fs.statistics.IOStatisticsSource
Packages that use IOStatisticsSource
Package
Description
Crypto related classes.
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
block caching for use in object store clients.
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 IOStatisticsSource in org.apache.hadoop.crypto
Classes in org.apache.hadoop.crypto that implement IOStatisticsSourceModifier and TypeClassDescriptionclassCryptoInputStream decrypts data.classCryptoOutputStream encrypts data. -
Uses of IOStatisticsSource in org.apache.hadoop.fs
Subinterfaces of IOStatisticsSource in org.apache.hadoop.fsModifier and TypeInterfaceDescriptioninterfaceAPI for bulk deletion of objects/files, but not directories.interfaceMultipartUploader is an interface for copying files multipart and across multiple nodes.Classes in org.apache.hadoop.fs that implement IOStatisticsSourceModifier and TypeClassDescriptionclassA class that optimizes reading from FSInputStream by buffering.classUtility that wraps aFSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.classUtility that wraps aOutputStreamin aDataOutputStream. -
Uses of IOStatisticsSource in org.apache.hadoop.fs.crypto
Classes in org.apache.hadoop.fs.crypto that implement IOStatisticsSource -
Uses of IOStatisticsSource in org.apache.hadoop.fs.impl
Classes in org.apache.hadoop.fs.impl that implement IOStatisticsSourceModifier and TypeClassDescriptionclassStandard base class for Multipart Uploaders.classDefault implementation of theBulkDeleteinterface.classA MultipartUploader that uses the basic FileSystem commands. -
Uses of IOStatisticsSource in org.apache.hadoop.fs.impl.prefetch
Subinterfaces of IOStatisticsSource in org.apache.hadoop.fs.impl.prefetchClasses in org.apache.hadoop.fs.impl.prefetch that implement IOStatisticsSourceModifier and TypeClassDescriptionfinal classEmpty implementation of the prefetching statistics interface. -
Uses of IOStatisticsSource in org.apache.hadoop.fs.statistics
Subinterfaces of IOStatisticsSource in org.apache.hadoop.fs.statisticsModifier and TypeInterfaceDescriptioninterfaceAn interface defined to capture thread-level IOStatistics by using per thread context.Classes in org.apache.hadoop.fs.statistics that implement IOStatisticsSourceModifier and TypeClassDescriptionclassAn extension ofBufferedInputStreamwhich implementsIOStatisticsSourceand forwards requests for theIOStatisticsto the wrapped stream.classAn extension ofBufferedOutputStreamwhich implementsIOStatisticsSourceand forwards requests for theIOStatisticsto the wrapped stream.Methods in org.apache.hadoop.fs.statistics with parameters of type IOStatisticsSourceModifier and TypeMethodDescriptionstatic ObjectIOStatisticsLogging.demandStringifyIOStatisticsSource(IOStatisticsSource source) On demand stringifier of an IOStatisticsSource instance. -
Uses of IOStatisticsSource in org.apache.hadoop.fs.statistics.impl
Classes in org.apache.hadoop.fs.statistics.impl that implement IOStatisticsSourceModifier and TypeClassDescriptionfinal classImplementing the IOStatisticsContext.classWrap a statistics instance with anIOStatisticsSourceinstance which will then serve up the statistics when asked.Methods in org.apache.hadoop.fs.statistics.impl that return IOStatisticsSourceModifier and TypeMethodDescriptionstatic IOStatisticsSourceIOStatisticsBinding.wrap(IOStatistics statistics) Take an IOStatistics instance and wrap it in a source. -
Uses of IOStatisticsSource in org.apache.hadoop.io.compress
Classes in org.apache.hadoop.io.compress that implement IOStatisticsSourceModifier and TypeClassDescriptionclassACompressorStreamwhich works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.classADecompressorStreamwhich works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.classA compression input stream.classA compression output stream.classclassprotected static final classThe decompressor.classAn InputStream covering a range of compressed data. -
Uses of IOStatisticsSource in org.apache.hadoop.util
Classes in org.apache.hadoop.util that implement IOStatisticsSourceModifier and TypeClassDescriptionclassA class that provides a line reader from an input stream. -
Uses of IOStatisticsSource in org.apache.hadoop.util.functional
Classes in org.apache.hadoop.util.functional that implement IOStatisticsSourceModifier and TypeClassDescriptionstatic classWrapper of another remote iterator; IOStatistics and Closeable methods are passed down if implemented.