Uses of Class
org.apache.hadoop.fs.AbstractFileSystem
Packages that use AbstractFileSystem
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
Google Cloud Storage Filesystem.
Package for supporting
HuaweiCloud
Object Storage Service (OBS) as a backend filesystem in Hadoop.
S3A Filesystem.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of AbstractFileSystem in org.apache.hadoop.fs
Subclasses of AbstractFileSystem in org.apache.hadoop.fsModifier and TypeClassDescriptionclassorg.apache.hadoop.fs.DelegateToFileSystemImplementation of AbstractFileSystem based on the existing implementation ofFileSystem.classAbstractFileSystem implementation for HDFS over the web (secure).classAbstractFileSystem implementation for HDFS over the web.Methods 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.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. -
Uses of AbstractFileSystem in org.apache.hadoop.fs.adl
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.adl -
Uses of AbstractFileSystem in org.apache.hadoop.fs.gs
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.gs -
Uses of AbstractFileSystem in org.apache.hadoop.fs.obs
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.obsModifier and TypeClassDescriptionfinal classOBS implementation of AbstractFileSystem, which delegates to theOBSFileSystem. -
Uses of AbstractFileSystem in org.apache.hadoop.fs.s3a
Subclasses of AbstractFileSystem in org.apache.hadoop.fs.s3a -
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.