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

Packages that use FSInputStream
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.fs An abstract file system API. 
 

Uses of FSInputStream in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs that return FSInputStream
 FSInputStream DistributedFileSystem.openRaw(Path f)
           
 

Methods in org.apache.hadoop.dfs with parameters of type FSInputStream
 void DistributedFileSystem.reportChecksumFailure(Path f, FSInputStream in, long start, long length, int crc)
           
 

Uses of FSInputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSInputStream
 FSInputStream LocalFileSystem.openRaw(Path f)
           
abstract  FSInputStream FileSystem.openRaw(Path f)
          Opens an InputStream for the indicated Path, whether local or via DFS.
 

Methods in org.apache.hadoop.fs with parameters of type FSInputStream
 void LocalFileSystem.reportChecksumFailure(Path p, FSInputStream in, long start, long length, int crc)
          Moves files to a bad file directory on the same device, so that their storage will not be reused.
abstract  void FileSystem.reportChecksumFailure(Path f, FSInputStream in, long start, long length, int crc)
          Report a checksum error to the file system.
 

Constructors in org.apache.hadoop.fs with parameters of type FSInputStream
FSDataInputStream(FSInputStream in, Configuration conf)
          Construct without checksums.
FSDataInputStream(FSInputStream in, int bufferSize)
          Construct without checksums.
 



Copyright © 2006 The Apache Software Foundation