| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.client |
| Modifier and Type | Method and Description |
|---|---|
DFSInputStream |
DFSClient.open(String src) |
DFSInputStream |
DFSClient.open(String src,
int buffersize,
boolean verifyChecksum)
Create an input stream that obtains a nodelist from the
namenode, and then reads from all the right places.
|
DFSInputStream |
DFSClient.open(String src,
int buffersize,
boolean verifyChecksum,
FileSystem.Statistics stats)
Deprecated.
Use
DFSClient.open(String, int, boolean) instead. |
| Constructor and Description |
|---|
DFSClient.DFSDataInputStream(DFSInputStream in)
Deprecated.
|
| Constructor and Description |
|---|
HdfsDataInputStream(DFSInputStream in) |
Copyright © 2013 Apache Software Foundation. All rights reserved.