Class HdfsPartialListing

java.lang.Object
org.apache.hadoop.hdfs.protocol.HdfsPartialListing

@Private public class HdfsPartialListing extends Object
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 Details

    • HdfsPartialListing

      public HdfsPartialListing(int parentIdx, List<HdfsFileStatus> partialListing)
    • HdfsPartialListing

      public HdfsPartialListing(int parentIdx, org.apache.hadoop.ipc.RemoteException exception)
  • Method Details

    • getParentIdx

      public int getParentIdx()
    • getPartialListing

      public List<HdfsFileStatus> getPartialListing()
    • getException

      public org.apache.hadoop.ipc.RemoteException getException()
    • toString

      public String toString()
      Overrides:
      toString in class Object