Uses of Package
org.apache.hadoop.fs
Packages that use org.apache.hadoop.fs
Package
Description
Configuration of system parameters.
Crypto related classes.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
An abstract file system API.
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
This package contains implementation classes for use inside
filesystems.
block caching for use in object store clients.
Filesystem implementations that allow Hadoop to read directly from
the local file system.
This package provides support for HDFS permission and ACL.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
SFTP FileSystem package.
Support for the execution of a file system command.
This package contains support for statistic collection and reporting.
Implementation support for statistics.
This package is for classes to be shared across object stores; for internal
use within the hadoop-* modules only.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
Support for dynamic access to filesystem operations which are not available
in older hadoop releases.
Implementation/testing support for wrapped IO.
Builtin metrics sinks
Classes for hadoop security.
Provides the hadoop credential provider API.
Common utilities.
Support for functional programming within the Hadoop APIs.
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.conf
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.cryptoClassDescriptionImplementers of this interface provide a positioned read API that writes to a
ByteBufferrather than abyte[].Implementers of this interface provide a read API that writes to a ByteBuffer, not a byte[].FSDataInputStreams implement this interface to indicate that they can clear their buffers on request.FSDataInputStreams implement this interface to provide enhanced byte buffer access.Having a FileDescriptorStream that permits positional reading.Options that can be used when reading from a FileSystem.Stream that permits seeking.Interface to query streams for supported capabilities.This is the interface for flush/sync operations. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.crypto.key
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fsClassDescriptionAbort data being written to a stream, so that close() does not write the data.Interface for the result of aborts; allows subclasses to extend (IOStatistics etc) or for future enhancements if ever needed.This class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).Represents the network location of a block, information about the hosts that contain block replicas, and other block metadata (E.g. the file offset associated with the block, length, whether it is corrupt, etc).A storage policy specifies the placement of block replicas on specific storage types.API for bulk deletion of objects/files, but not directories.Interface for bulk deletion.Implementers of this interface provide a positioned read API that writes to a
ByteBufferrather than abyte[].Implementers of this interface provide a read API that writes to a ByteBuffer, not a byte[].Interface for class that can tell estimate much space is used in a directory.FSDataInputStreams implement this interface to indicate that they can clear their buffers on request.Abstract Checksumed FileSystem.This class contains constants for configuration keys used in the common code.This class contains constants for configuration keys used in the common code.Store the summary of a content (a directory or a file).We don't use generics.CreateFlag specifies the file create semantic.Implementation of AbstractFileSystem based on the existing implementation ofFileSystem.A daemon thread that waits for the next file system to renew.The renewable interface used by the renewer.An action that will renew and replace the file system's delegation tokens automatically.Used when target file already exists for any operation and is not configured to be overwritten.An abstract class representing file checksums for files.The FileContext class provides an interface for users of the Hadoop file system.Utility/library methods built over the basic FileContext methods.A byte range of a file.Interface that represents the client side information for a file.Flags for entity attributes.An abstract base class for a fairly generic filesystem.Represents a batch of directory entries when iteratively listing a directory.Tracks statistics about how many reads, writes, and so forth have been done in a FileSystem.Statistics data.AFilterFileSystemcontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.AFilterFscontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.The base interface which various FileSystem FileContext Builder interfaces can extend, and which underlying implementations will then implement.Utility that wraps aFSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.Builder forFSDataOutputStreamand its subclasses.FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.Provides server default configuration values to clients.Provide command line access to a FileSystem.Displays short usage of commands sans the long descriptionThis class is the home for file permissions related commands.Used to change owner and/or group of filesThis class is used to represent the capacity, free and used space on aFileSystem.Builder for input streams and subclasses whose return value is actually a completable future: this allows for better asynchronous operation.The builder classStores global storage statistics objects.A callback API for creating new StorageStatistics instances.Implementation ofFileSystem.globStatus(Path, PathFilter).Builder for Globber instances.Class for creating hardlinks.HardLink statistics counters and methods.FSDataInputStreams implement this interface to provide enhanced byte buffer access.Having a FileDescriptorThrown when the constraints enoded in aPathHandledo not hold.Implement the FileSystem API for the checksumed local filesystem.This class defines a FileStatus that includes a file's block locations.MD5 of MD5 of CRC32.MultipartUploader is an interface for copying files multipart and across multiple nodes.Builder interface for Multipart readers.Enum for indicating what mode to use when combining chunk and block checksums to define an aggregate FileChecksum.This is used in FileSystem and FileContext to specify checksum options.Class to support the varargs for create() options.This is not needed if ChecksumParam is specified.Options for creatingPathHandlereferences.Option storing standard constraints on data.Option storing standard constraints on location.Enum to support the varargs for rename() optionsIndicates that the parent of specified Path is not a directory as expected.Opaque, serializable reference to a part id for multipart uploads.A partial listing of the children of a parent directory.Names a file or directory in aFileSystem.The Path counterpoint toStreamCapabilities; a query to see if, a FileSystem/FileContext instance has a specific capability under the given path.Exception corresponding to File Exists - EEXISTSOpaque, serializable reference to an entity in the FileSystem.Exceptions based on standard posix/linux style exceptions for path related errors.Stream that permits positional reading.Store the quota usage of a directory.Builder class for QuotaUsage.Options that can be used when reading from a FileSystem.An iterator over a collection whose elements need to be fetched remotelyAn identical copy from org.apache.hadoop.hdfs.protocol.HdfsConstants.SafeModeAction, that helps the other file system implementation to defineSafeMode.Stream that permits seeking.StorageStatistics contains statistics data for a FileSystem or FileContext instance.A 64-bit storage statistic.Defines the types of supported storage media.Interface to query streams for supported capabilities.Deprecated.This is the interface for flush/sync operations.Provides a trash facility which supports pluggable Trash policies.This interface is used for implementing different Trash policies.Thrown when a symbolic link is encountered in a path.File system for a given file system name/scheme is not supportedOpaque, serializable reference to an uploadId for multipart uploads.The value ofXAttris byte[], this class is to covert byte[] to some kind of string representation or convert back. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.cryptoClassDescriptionAbort data being written to a stream, so that close() does not write the data.Implementers of this interface provide a positioned read API that writes to a
ByteBufferrather than abyte[].Implementers of this interface provide a read API that writes to a ByteBuffer, not a byte[].FSDataInputStreams implement this interface to indicate that they can clear their buffers on request.Utility that wraps aFSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.FSDataInputStreams implement this interface to provide enhanced byte buffer access.Having a FileDescriptorStream that permits positional reading.Stream that permits seeking.Interface to query streams for supported capabilities.This is the interface for flush/sync operations. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.ftpClassDescriptionThis class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).Interface for bulk deletion.This class contains constants for configuration keys used in the common code.This class contains constants for configuration keys used in the common code.Implementation of AbstractFileSystem based on the existing implementation of
FileSystem.Interface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Tracks statistics about how many reads, writes, and so forth have been done in a FileSystem.Utility that wraps aFSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.Provides server default configuration values to clients.Names a file or directory in aFileSystem.The Path counterpoint toStreamCapabilities; a query to see if, a FileSystem/FileContext instance has a specific capability under the given path.Stream that permits positional reading.Stream that permits seeking. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.httpClassDescriptionInterface for bulk deletion.An abstract base class for a fairly generic filesystem.The Path counterpoint to
StreamCapabilities; a query to see if, a FileSystem/FileContext instance has a specific capability under the given path. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.implClassDescriptionThis class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).API for bulk deletion of objects/files, but not directories.CreateFlag specifies the file create semantic.The FileContext class provides an interface for users of the Hadoop file system.A byte range of a file.Interface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.The base interface which various FileSystem FileContext Builder interfaces can extend, and which underlying implementations will then implement.Used primarily by
FileContextto operate on and resolve symlinks in a path.Builder for input streams and subclasses whose return value is actually a completable future: this allows for better asynchronous operation.MultipartUploader is an interface for copying files multipart and across multiple nodes.Builder interface for Multipart readers.This is used in FileSystem and FileContext to specify checksum options.Opaque, serializable reference to a part id for multipart uploads.Names a file or directory in aFileSystem.Opaque, serializable reference to an entity in the FileSystem.Interface to query streams for supported capabilities.Thrown when a symbolic link is encountered in a path.Opaque, serializable reference to an uploadId for multipart uploads. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.impl.prefetchClassDescriptionAn implementation of a round-robin scheme for disk allocation for creating files.
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.localClassDescriptionThis class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).Abstract Checksumed Fs.This class contains constants for configuration keys used in the common code.This class contains constants for configuration keys used in the common code.Implementation of AbstractFileSystem based on the existing implementation of
FileSystem.AFilterFscontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.Provides server default configuration values to clients.Names a file or directory in aFileSystem.The Path counterpoint toStreamCapabilities; a query to see if, a FileSystem/FileContext instance has a specific capability under the given path. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.permission
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.protocolPBClassDescriptionInterface that represents the client side information for a file.FileStatus encoding.Protobuf type
hadoop.fs.FsPermissionProto -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.sftpClassDescriptionInterface for bulk deletion.Interface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.Names a file or directory in aFileSystem.The Path counterpoint toStreamCapabilities; a query to see if, a FileSystem/FileContext instance has a specific capability under the given path. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.shellClassDescriptionInterface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Names a file or directory in aFileSystem.An iterator over a collection whose elements need to be fetched remotely -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.shell.findClassDescriptionInterface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Names a file or directory in a
FileSystem. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.statisticsClassDescriptionInterface to query streams for supported capabilities.This is the interface for flush/sync operations.
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.statistics.implClassDescriptionStorageStatistics contains statistics data for a FileSystem or FileContext instance.A 64-bit storage statistic.
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.store
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.viewfsClassDescriptionThis class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).Represents the network location of a block, information about the hosts that contain block replicas, and other block metadata (E.g. the file offset associated with the block, length, whether it is corrupt, etc).A storage policy specifies the placement of block replicas on specific storage types.Interface for bulk deletion.Store the summary of a content (a directory or a file).CreateFlag specifies the file create semantic.Used when target file already exists for any operation and is not configured to be overwritten.An abstract class representing file checksums for files.Interface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.Provides server default configuration values to clients.This class is used to represent the capacity, free and used space on aFileSystem.This class defines a FileStatus that includes a file's block locations.This is used in FileSystem and FileContext to specify checksum options.Indicates that the parent of specified Path is not a directory as expected.Names a file or directory in aFileSystem.The Path counterpoint toStreamCapabilities; a query to see if, a FileSystem/FileContext instance has a specific capability under the given path.Store the quota usage of a directory.An iterator over a collection whose elements need to be fetched remotelyThrown when a symbolic link is encountered in a path.File system for a given file system name/scheme is not supported -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.ioClassDescriptionCreateFlag specifies the file create semantic.The FileContext class provides an interface for users of the Hadoop file system.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.Class to support the varargs for create() options.Names a file or directory in aFileSystem.Interface to query streams for supported capabilities.This is the interface for flush/sync operations. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.io.compress
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.io.file.tfileClassDescriptionUtility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.io.wrappedioClassDescriptionInterface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Names a file or directory in aFileSystem. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.io.wrappedio.implClassDescriptionInterface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Names a file or directory in aFileSystem. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.metrics2.sinkClassDescriptionAn abstract base class for a fairly generic filesystem.Names a file or directory in a
FileSystem. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.securityClassDescriptionAn abstract base class for a fairly generic filesystem.Names a file or directory in a
FileSystem. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.security.alias
-
Classes in org.apache.hadoop.fs used by org.apache.hadoop.utilClassDescriptionThrown for checksum errors.Interface that represents the client side information for a file.An abstract base class for a fairly generic filesystem.Utility that wraps a
FSInputStreamin aDataInputStreamand buffers input through aBufferedInputStream.Utility that wraps aOutputStreamin aDataOutputStream.Implement the FileSystem API for the checksumed local filesystem.Names a file or directory in aFileSystem. -
Classes in org.apache.hadoop.fs used by org.apache.hadoop.util.functionalClassDescriptionThe base interface which various FileSystem FileContext Builder interfaces can extend, and which underlying implementations will then implement.An iterator over a collection whose elements need to be fetched remotely