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
protected  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.
protected 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
protected 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