| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FSDataInputStream | |
|---|---|
| org.apache.hadoop.fs | An abstract file system API. | 
| org.apache.hadoop.fs.ftp | |
| org.apache.hadoop.fs.s3 | A distributed, block-based implementation of FileSystem that uses Amazon S3
as a backing store.  | 
| org.apache.hadoop.fs.s3native | 
A distributed implementation of FileSystem for reading and writing files on
Amazon S3.  | 
| org.apache.hadoop.fs.viewfs | |
| Uses of FSDataInputStream in org.apache.hadoop.fs | 
|---|
| Methods in org.apache.hadoop.fs that return FSDataInputStream | |
|---|---|
 FSDataInputStream | 
FileContext.open(Path f)
Opens an FSDataInputStream at the indicated Path using default buffersize.  | 
 FSDataInputStream | 
FileSystem.open(Path f)
Opens an FSDataInputStream at the indicated Path.  | 
 FSDataInputStream | 
AbstractFileSystem.open(Path f)
The specification of this method matches that of FileContext.open(Path) except that Path f must be for this
 file system. | 
 FSDataInputStream | 
FilterFileSystem.open(Path f,
         int bufferSize)
Opens an FSDataInputStream at the indicated Path.  | 
 FSDataInputStream | 
FileContext.open(Path f,
         int bufferSize)
Opens an FSDataInputStream at the indicated Path.  | 
 FSDataInputStream | 
ChecksumFileSystem.open(Path f,
         int bufferSize)
Opens an FSDataInputStream at the indicated Path.  | 
 FSDataInputStream | 
RawLocalFileSystem.open(Path f,
         int bufferSize)
 | 
abstract  FSDataInputStream | 
FileSystem.open(Path f,
         int bufferSize)
Opens an FSDataInputStream at the indicated Path.  | 
abstract  FSDataInputStream | 
AbstractFileSystem.open(Path f,
         int bufferSize)
The specification of this method matches that of FileContext.open(Path, int) except that Path f must be for this
 file system. | 
| Methods in org.apache.hadoop.fs with parameters of type FSDataInputStream | |
|---|---|
 boolean | 
ChecksumFileSystem.reportChecksumFailure(Path f,
                                           FSDataInputStream in,
                                           long inPos,
                                           FSDataInputStream sums,
                                           long sumsPos)
Report a checksum error to the file system.  | 
 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.  | 
| Constructors in org.apache.hadoop.fs with parameters of type FSDataInputStream | |
|---|---|
AvroFSInput(FSDataInputStream in,
                       long len)
Construct given an FSDataInputStream and its length. | 
|
| Uses of FSDataInputStream in org.apache.hadoop.fs.ftp | 
|---|
| Methods in org.apache.hadoop.fs.ftp that return FSDataInputStream | |
|---|---|
 FSDataInputStream | 
FTPFileSystem.open(Path file,
         int bufferSize)
 | 
| 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.fs.s3native | 
|---|
| Methods in org.apache.hadoop.fs.s3native that return FSDataInputStream | |
|---|---|
 FSDataInputStream | 
NativeS3FileSystem.open(Path f,
         int bufferSize)
 | 
| Uses of FSDataInputStream in org.apache.hadoop.fs.viewfs | 
|---|
| Methods in org.apache.hadoop.fs.viewfs that return FSDataInputStream | |
|---|---|
 FSDataInputStream | 
ViewFileSystem.open(Path f,
         int bufferSize)
 | 
 FSDataInputStream | 
ViewFs.open(Path f,
         int bufferSize)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||