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 . |
org.apache.hadoop.hdfs.client |
Modifier and Type | Class and Description |
---|---|
class |
BufferedFSInputStream
A class optimizes reading from FSInputStream by bufferring
|
class |
FSDataInputStream
Utility that wraps a
FSInputStream in a DataInputStream
and buffers input through a BufferedInputStream . |
class |
FSInputChecker
This is a generic input stream for verifying checksums for
data before it is read by a user.
|
class |
FSInputStream
FSInputStream is a generic old InputStream with a little bit
of RAF-style seek ability.
|
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.
|
static class |
DFSClient.DFSDataInputStream
Deprecated.
use
HdfsDataInputStream instead. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
HdfsDataInputStream
The Hdfs implementation of
FSDataInputStream . |
Copyright © 2013 Apache Software Foundation. All rights reserved.