Package org.apache.hadoop.hdfs.protocol
Class BatchedDirectoryListing
java.lang.Object
org.apache.hadoop.hdfs.protocol.BatchedDirectoryListing
A struct-like class for holding partial listings returned by the batched
listing API. This class is used internally by the HDFS client and namenode
and is not meant for public consumption.
-
Constructor Summary
ConstructorsConstructorDescriptionBatchedDirectoryListing(HdfsPartialListing[] listings, boolean hasMore, byte[] startAfter) -
Method Summary