| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
| Class | Description |
|---|---|
| AbstractFSBuilderImpl |
Builder for filesystem/filecontext operations of various kinds,
with option support.
|
| CombinedFileRange |
A file range that represents a set of underlying file ranges.
|
| OpenFileParameters |
All the parameters from the openFile builder for the
openFileWithOptions commands. |
| Class | Description |
|---|---|
| AbstractFSBuilderImpl |
Builder for filesystem/filecontext operations of various kinds,
with option support.
|
| AbstractMultipartUploader |
Standard base class for Multipart Uploaders.
|
| FileRangeImpl |
A range of bytes from a file with an optional buffer to read those bytes
for zero copy.
|
| FileSystemMultipartUploader |
A MultipartUploader that uses the basic FileSystem commands.
|
| FileSystemMultipartUploaderBuilder |
Builder for
FileSystemMultipartUploader. |
| FlagSet |
A set of flags, constructed from a configuration option or from a string,
with the semantics of
ConfigurationHelper.parseEnumSet(String, String, Class, boolean)
and implementing StreamCapabilities. |
| FsLinkResolution.FsLinkResolutionFunction |
The signature of the function to invoke.
|
| MultipartUploaderBuilderImpl |
Builder for
MultipartUploader implementations. |
| OpenFileParameters |
All the parameters from the openFile builder for the
openFileWithOptions commands. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.