程序包 | 说明 |
---|---|
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.io.compress |
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
FTPInputStream |
限定符和类型 | 类和说明 |
---|---|
class |
ByteRangeInputStream
To support HTTP byte streams, a new connection to an HTTP server needs to be
created each time.
|
static class |
DFSClient.DFSDataInputStream
The Hdfs implementation of
FSDataInputStream |
class |
DFSClient.DFSInputStream
DFSInputStream provides bytes from a named file.
|
static class |
DFSClient.RemoteBlockReader
This is a wrapper around connection to datadone
and understands checksum, offset etc
|
限定符和类型 | 类和说明 |
---|---|
class |
BlockDecompressorStream
A
DecompressorStream which works
with 'block-based' based compression algorithms, as opposed to
'stream-based' compression algorithms. |
class |
CompressionInputStream
A compression input stream.
|
class |
DecompressorStream |
class |
SplitCompressionInputStream
An InputStream covering a range of compressed data.
|
Copyright © 2009 The Apache Software Foundation