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

Packages that use FileStatus
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.filecache   
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.kfs A client for the Kosmos filesystem (KFS) 
org.apache.hadoop.fs.s3 A distributed implementation of FileSystem that uses Amazon S3
 

Uses of FileStatus in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs that return FileStatus
 FileStatus HftpFileSystem.getFileStatus(Path f)
           
 FileStatus DistributedFileSystem.getFileStatus(Path f)
          Returns the stat information about the file.
 FileStatus ChecksumDistributedFileSystem.getFileStatus(Path f)
          Returns the stat information about the file.
 FileStatus[] HftpFileSystem.listStatus(Path f)
           
 FileStatus[] DistributedFileSystem.listStatus(Path p)
           
 

Uses of FileStatus in org.apache.hadoop.filecache
 

Methods in org.apache.hadoop.filecache with parameters of type FileStatus
static Path DistributedCache.getLocalCache(URI cache, Configuration conf, Path baseDir, FileStatus fileStatus, boolean isArchive, long confFileStamp, Path currentWorkDir)
          Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
 

Uses of FileStatus in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FileStatus
 FileStatus RawLocalFileSystem.getFileStatus(Path f)
           
 FileStatus FilterFileSystem.getFileStatus(Path f)
          Get file status.
abstract  FileStatus FileSystem.getFileStatus(Path f)
          Return a file status object that represents the path.
 FileStatus[] FileSystem.globStatus(Path pathPattern)
          Return all the files that match filePattern and are not checksum files.
 FileStatus[] FileSystem.globStatus(Path pathPattern, PathFilter filter)
          Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
 FileStatus[] RawLocalFileSystem.listStatus(Path f)
           
 FileStatus[] FilterFileSystem.listStatus(Path f)
          List files in a directory.
 FileStatus[] ChecksumFileSystem.listStatus(Path f)
          List the statuses of the files/directories in the given path if the path is a directory.
abstract  FileStatus[] FileSystem.listStatus(Path f)
          List the statuses of the files/directories in the given path if the path is a directory.
 FileStatus[] FileSystem.listStatus(Path[] files)
          Filter files/directories in the given list of paths using default path filter.
 FileStatus[] FileSystem.listStatus(Path[] files, PathFilter filter)
          Filter files/directories in the given list of paths using user-supplied path filter.
 FileStatus[] FileSystem.listStatus(Path f, PathFilter filter)
          Filter files/directories in the given path using the user-supplied path filter.
 

Methods in org.apache.hadoop.fs with parameters of type FileStatus
static Path[] FileUtil.stat2Paths(FileStatus[] stats)
          convert an array of FileStatus to an array of Path
static Path[] FileUtil.stat2Paths(FileStatus[] stats, Path path)
          convert an array of FileStatus to an array of Path.
 

Uses of FileStatus in org.apache.hadoop.fs.kfs
 

Methods in org.apache.hadoop.fs.kfs that return FileStatus
 FileStatus KosmosFileSystem.getFileStatus(Path path)
           
 FileStatus[] KosmosFileSystem.listStatus(Path path)
           
 

Uses of FileStatus in org.apache.hadoop.fs.s3
 

Methods in org.apache.hadoop.fs.s3 that return FileStatus
 FileStatus S3FileSystem.getFileStatus(Path f)
          FileStatus for S3 file systems.
 FileStatus[] S3FileSystem.listStatus(Path f)
           
 



Copyright © 2006 The Apache Software Foundation