Uses of Interface
org.apache.hadoop.fs.PathCapabilities
Packages that use PathCapabilities
Package
Description
An abstract file system API.
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
Filesystem implementations that allow Hadoop to read directly from
the local file system.
SFTP FileSystem package.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of PathCapabilities in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement PathCapabilitiesModifier and TypeClassDescriptionclassThis class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).classAbstract Checksumed FileSystem.classAbstract Checksumed Fs.classImplementation of AbstractFileSystem based on the existing implementation ofFileSystem.classThe FileContext class provides an interface for users of the Hadoop file system.classAn abstract base class for a fairly generic filesystem.classAFilterFileSystemcontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classAFilterFscontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classThis is an implementation of the Hadoop Archive Filesystem.classclassImplement the FileSystem API for the checksumed local filesystem.classImplement the FileSystem API for the raw local filesystem. -
Uses of PathCapabilities in org.apache.hadoop.fs.ftp
Classes in org.apache.hadoop.fs.ftp that implement PathCapabilitiesModifier and TypeClassDescriptionclassAFileSystembacked by an FTP client provided by Apache Commons Net.classThe FtpFs implementation of AbstractFileSystem. -
Uses of PathCapabilities in org.apache.hadoop.fs.http
Classes in org.apache.hadoop.fs.http that implement PathCapabilitiesModifier and TypeClassDescriptionclassA Filesystem that reads from HTTP endpoint.classA Filesystem that reads from HTTPS endpoint. -
Uses of PathCapabilities in org.apache.hadoop.fs.local
Classes in org.apache.hadoop.fs.local that implement PathCapabilitiesModifier and TypeClassDescriptionclassThe LocalFs implementation of ChecksumFs.classThe RawLocalFs implementation of AbstractFileSystem. -
Uses of PathCapabilities in org.apache.hadoop.fs.sftp
Classes in org.apache.hadoop.fs.sftp that implement PathCapabilities -
Uses of PathCapabilities in org.apache.hadoop.fs.viewfs
Classes in org.apache.hadoop.fs.viewfs that implement PathCapabilitiesModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table.classThis class is extended from the ViewFileSystem for the overloaded scheme file system.classViewFs (extends the AbstractFileSystem interface) implements a client-side mount table.