|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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. |
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 path,
FSInputStream in,
long start,
long length,
int crc)
|
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 start,
long length,
int crc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |