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

Packages that use FSDataInputStream
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.streaming   
 

Uses of FSDataInputStream in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs with parameters of type FSDataInputStream
 boolean DistributedFileSystem.reportChecksumFailure(Path f, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos)
          We need to find the blocks that didn't match.
 

Uses of FSDataInputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSDataInputStream
 FSDataInputStream FileSystem.open(Path f)
          Opens an FSDataInputStream at the indicated Path.
 FSDataInputStream FilterFileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
 FSDataInputStream RawLocalFileSystem.open(Path f, int bufferSize)
           
 FSDataInputStream ChecksumFileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
abstract  FSDataInputStream FileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
 

Methods in org.apache.hadoop.fs with parameters of type FSDataInputStream
 boolean LocalFileSystem.reportChecksumFailure(Path p, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos)
          Moves files to a bad file directory on the same device, so that their storage will not be reused.
 boolean ChecksumFileSystem.reportChecksumFailure(Path f, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos)
          Report a checksum error to the file system.
 

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

Methods in org.apache.hadoop.fs.s3 that return FSDataInputStream
 FSDataInputStream S3FileSystem.open(Path path, int bufferSize)
           
 

Uses of FSDataInputStream in org.apache.hadoop.streaming
 

Constructors in org.apache.hadoop.streaming with parameters of type FSDataInputStream
StreamBaseRecordReader(FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, FileSystem fs)
           
StreamXmlRecordReader(FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, FileSystem fs)
           
 



Copyright © 2006 The Apache Software Foundation