Uses of Class
org.apache.hadoop.fs.AbstractFileSystem

Packages that use AbstractFileSystem
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.viewfs   
 

Uses of AbstractFileSystem in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return AbstractFileSystem
static AbstractFileSystem AbstractFileSystem.createFileSystem(URI uri, Configuration conf)
          Create a file system instance for the specified uri using the conf.
static AbstractFileSystem AbstractFileSystem.get(URI uri, Configuration conf)
          The main factory method for creating a file system.
 AbstractFileSystem FileContext.getDefaultFileSystem()
           
protected  AbstractFileSystem FileContext.getFSofPath(Path absOrFqPath)
          Get the file system of supplied path.
 

Methods in org.apache.hadoop.fs with parameters of type AbstractFileSystem
protected static FileContext FileContext.getFileContext(AbstractFileSystem defaultFS)
          Create a FileContext for specified file system using the default config.
static FileContext FileContext.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.viewfs
 

Subclasses of AbstractFileSystem in org.apache.hadoop.fs.viewfs
 class ViewFs
          ViewFs (extends the AbstractFileSystem interface) implements a client-side mount table.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.