Uses of Package
org.apache.hadoop.fs.impl
Packages that use org.apache.hadoop.fs.impl
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
-
Classes in org.apache.hadoop.fs.impl used by org.apache.hadoop.fsClassDescriptionBuilder for filesystem/filecontext operations of various kinds, with option support.A file range that represents a set of underlying file ranges.All the parameters from the openFile builder for the
openFileWithOptionscommands. -
Classes in org.apache.hadoop.fs.impl used by org.apache.hadoop.fs.implClassDescriptionBuilder for filesystem/filecontext operations of various kinds, with option support.Standard base class for Multipart Uploaders.A range of bytes from a file with an optional buffer to read those bytes for zero copy.A MultipartUploader that uses the basic FileSystem commands.Builder for
FileSystemMultipartUploader.A set of flags, constructed from a configuration option or from a string, with the semantics ofConfigurationHelper.parseEnumSet(String, String, Class, boolean)and implementingStreamCapabilities.The signature of the function to invoke.Builder forMultipartUploaderimplementations.All the parameters from the openFile builder for theopenFileWithOptionscommands.A wrapperByteBufferPoolimplementation that tracks whether all allocated buffers are released.Exception raised inTrackingByteBufferPool.close()if there was an unreleased buffer.Exception raised inTrackingByteBufferPool.putBuffer(ByteBuffer)if the buffer to release was not in the hash map.