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. 
org.apache.hadoop.fs.s3 A distributed implementation of FileSystem that uses Amazon S3
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

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 inPos, FSInputStream sums, long sumsPos)
          We need to find the blocks that didn't match.
 

Uses of FSInputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSInputStream
 FSInputStream InMemoryFileSystem.openRaw(Path f)
           
 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 InMemoryFileSystem.reportChecksumFailure(Path p, FSInputStream in, long inPos, FSInputStream sums, long sumsPos)
           
 void LocalFileSystem.reportChecksumFailure(Path p, FSInputStream in, long inPos, FSInputStream sums, long sumsPos)
          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 inPos, FSInputStream sums, long sumsPos)
          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.
 

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

Methods in org.apache.hadoop.fs.s3 that return FSInputStream
 FSInputStream S3FileSystem.openRaw(Path path)
           
 

Methods in org.apache.hadoop.fs.s3 with parameters of type FSInputStream
 void S3FileSystem.reportChecksumFailure(Path f, FSInputStream in, long inPos, FSInputStream sums, long sumsPos)
           
 

Uses of FSInputStream in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return FSInputStream
 FSInputStream PhasedFileSystem.openRaw(Path f)
           
 

Methods in org.apache.hadoop.mapred with parameters of type FSInputStream
 void PhasedFileSystem.reportChecksumFailure(Path f, FSInputStream in, long inPos, FSInputStream sums, long sumsPos)
           
 



Copyright © 2006 The Apache Software Foundation