程序包 | 说明 |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
限定符和类型 | 方法和说明 |
---|---|
DFSClient.DFSInputStream |
DFSClient.open(String src) |
DFSClient.DFSInputStream |
DFSClient.open(String src,
int buffersize,
boolean verifyChecksum,
FileSystem.Statistics stats)
Create an input stream that obtains a nodelist from the
namenode, and then reads from all the right places.
|
构造器和说明 |
---|
DFSClient.DFSDataInputStream(DFSClient.DFSInputStream in) |
Copyright © 2009 The Apache Software Foundation