Package org.apache.hadoop.hdfs.protocol
Class HdfsPartialListing
java.lang.Object
org.apache.hadoop.hdfs.protocol.HdfsPartialListing
A partial listing returned by the batched listing API. This is used
internally by the HDFS client and namenode and is not meant for public
consumption.
-
Constructor Summary
ConstructorsConstructorDescriptionHdfsPartialListing(int parentIdx, List<HdfsFileStatus> partialListing) HdfsPartialListing(int parentIdx, org.apache.hadoop.ipc.RemoteException exception) -
Method Summary
-
Constructor Details
-
HdfsPartialListing
-
HdfsPartialListing
public HdfsPartialListing(int parentIdx, org.apache.hadoop.ipc.RemoteException exception)
-
-
Method Details