Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.hdfs.client | |
org.apache.hadoop.io.compress |
Modifier and Type | Class and Description |
---|---|
class |
FSDataInputStream
Utility that wraps a
FSInputStream in a DataInputStream
and buffers input through a BufferedInputStream . |
Modifier and Type | Class and Description |
---|---|
class |
HdfsDataInputStream
The Hdfs implementation of
FSDataInputStream . |
Modifier and Type | Class and Description |
---|---|
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 © 2015 Apache Software Foundation. All rights reserved.