Uses of Class
org.apache.hadoop.fs.AbstractFileSystem
Packages that use AbstractFileSystem
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
Filesystem implementations that allow Hadoop to read directly from
the local file system.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of AbstractFileSystem in org.apache.hadoop.fs
Subclasses of AbstractFileSystem in org.apache.hadoop.fsModifier and TypeClassDescriptionclassAbstract Checksumed Fs.classImplementation of AbstractFileSystem based on the existing implementation ofFileSystem.classAFilterFscontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classMethods in org.apache.hadoop.fs that return AbstractFileSystemModifier and TypeMethodDescriptionstatic AbstractFileSystemAbstractFileSystem.createFileSystem(URI uri, Configuration conf) Create a file system instance for the specified uri using the conf.static AbstractFileSystemAbstractFileSystem.get(URI uri, Configuration conf) The main factory method for creating a file system.FileContext.getDefaultFileSystem()protected AbstractFileSystemFileContext.getFSofPath(Path absOrFqPath) Get the file system of supplied path.protected AbstractFileSystemFilterFs.getMyFs()ChecksumFs.getRawFs()get the raw file system.Methods in org.apache.hadoop.fs with parameters of type AbstractFileSystemModifier and TypeMethodDescriptionprotected static FileContextFileContext.getFileContext(AbstractFileSystem defaultFS) Create a FileContext for specified file system using the default config.static FileContextFileContext.getFileContext(AbstractFileSystem defFS, Configuration aConf) Create a FileContext with specified FS as default using the specified config.abstract TFSLinkResolver.next(AbstractFileSystem fs, Path p) Generic helper function overridden on instantiation to perform a specific operation on the given file system using the given path which may result in an UnresolvedLinkException.Constructors in org.apache.hadoop.fs with parameters of type AbstractFileSystem -
Uses of AbstractFileSystem in org.apache.hadoop.fs.ftp
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.ftp -
Uses of AbstractFileSystem in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl with parameters of type AbstractFileSystemModifier and TypeMethodDescriptionFsLinkResolution.FsLinkResolutionFunction.apply(AbstractFileSystem fs, Path path) FsLinkResolution.next(AbstractFileSystem fs, Path p) -
Uses of AbstractFileSystem in org.apache.hadoop.fs.local
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.localModifier and TypeClassDescriptionclassThe LocalFs implementation of ChecksumFs.classThe RawLocalFs implementation of AbstractFileSystem. -
Uses of AbstractFileSystem in org.apache.hadoop.fs.viewfs
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.viewfsModifier and TypeClassDescriptionclassViewFs (extends the AbstractFileSystem interface) implements a client-side mount table.