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

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

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()
           
 

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.
abstract  T FileContext.FSLinkResolver.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.
 

Method parameters in org.apache.hadoop.fs with type arguments of type AbstractFileSystem
static FileSystem.Statistics AbstractFileSystem.getStatistics(String scheme, Class<? extends AbstractFileSystem> cls)
          Get the statistics for a particular file system.
 



Copyright © 2009 The Apache Software Foundation