| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.protocol | |
| org.apache.hadoop.hdfs.server.namenode |
| 限定符和类型 | 方法和说明 |
|---|---|
DirectoryListing |
DFSClient.listPaths(String src,
byte[] startAfter)
Get a partial listing of the indicated directory
Recommend to use HdfsFileStatus.EMPTY_NAME as startAfter
if the application wants to fetch a listing starting from
the first entry in the directory
|
| 限定符和类型 | 方法和说明 |
|---|---|
DirectoryListing |
ClientProtocol.getListing(String src,
byte[] startAfter)
Get a partial listing of the indicated directory
|
| 限定符和类型 | 方法和说明 |
|---|---|
DirectoryListing |
NameNode.getListing(String src,
byte[] startAfter) |
DirectoryListing |
FSNamesystem.getListing(String src,
byte[] startAfter)
Get a partial listing of the indicated directory
|
Copyright © 2009 The Apache Software Foundation