|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryListing | |
---|---|
org.apache.hadoop.hdfs | A distributed implementation of FileSystem . |
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.server.namenode |
Uses of DirectoryListing in org.apache.hadoop.hdfs |
---|
Methods in org.apache.hadoop.hdfs that return DirectoryListing | |
---|---|
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 |
Uses of DirectoryListing in org.apache.hadoop.hdfs.protocol |
---|
Methods in org.apache.hadoop.hdfs.protocol that return DirectoryListing | |
---|---|
DirectoryListing |
ClientProtocol.getListing(String src,
byte[] startAfter)
Get a partial listing of the indicated directory |
Uses of DirectoryListing in org.apache.hadoop.hdfs.server.namenode |
---|
Methods in org.apache.hadoop.hdfs.server.namenode that return DirectoryListing | |
---|---|
DirectoryListing |
NameNode.getListing(String src,
byte[] startAfter)
|
DirectoryListing |
FSNamesystem.getListing(String src,
byte[] startAfter)
Get a partial listing of the indicated directory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |