Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.fs.ftp | |
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
FSInputChecker
This is a generic input stream for verifying checksums for
data before it is read by a user.
|
Constructor and Description |
---|
BufferedFSInputStream(FSInputStream in,
int size)
Creates a
BufferedFSInputStream
with the specified buffer size,
and saves its argument, the input stream
in , for later use. |
Modifier and Type | Class and Description |
---|---|
class |
FTPInputStream |
Modifier and Type | Class and Description |
---|---|
class |
ByteRangeInputStream
To support HTTP byte streams, a new connection to an HTTP server needs to be
created each time.
|
class |
DFSInputStream
DFSInputStream provides bytes from a named file.
|
class |
RemoteBlockReader
Deprecated.
this is an old implementation that is being left around
in case any issues spring up with the new
RemoteBlockReader2 implementation.
It will be removed in the next release. |
Copyright © 2013 Apache Software Foundation. All rights reserved.