Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.client |
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 |
---|---|
static class |
DFSClient.DFSDataInputStream
Deprecated.
use
HdfsDataInputStream instead. |
class |
DFSInputStream
DFSInputStream provides bytes from a named file.
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsDataInputStream
The Hdfs implementation of
FSDataInputStream . |
Copyright © 2013 Apache Software Foundation. All rights reserved.