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

Packages that use LocalFileSystem
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.util Common utilities. 
 

Uses of LocalFileSystem in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return LocalFileSystem
static LocalFileSystem FileSystem.getLocal(Configuration conf)
          Get the local file syste
 

Uses of LocalFileSystem in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util with parameters of type LocalFileSystem
static void DiskChecker.checkDir(LocalFileSystem localFS, Path dir, FsPermission expected)
          Create the local directory if necessary, check permissions and also ensure it can be read from and written into.
static boolean DiskChecker.mkdirsWithExistsAndPermissionCheck(LocalFileSystem localFS, Path dir, FsPermission expected)
          Create the directory or check permissions if it already exists.
 



Copyright © 2009 The Apache Software Foundation