@Private
public class HdfsPartialListing
extends java.lang.Object
| Constructor | Description |
|---|---|
HdfsPartialListing(int parentIdx,
java.util.List<HdfsFileStatus> partialListing) |
|
HdfsPartialListing(int parentIdx,
org.apache.hadoop.ipc.RemoteException exception) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.ipc.RemoteException |
getException() |
|
int |
getParentIdx() |
|
java.util.List<HdfsFileStatus> |
getPartialListing() |
|
java.lang.String |
toString() |
public HdfsPartialListing(int parentIdx,
java.util.List<HdfsFileStatus> partialListing)
public HdfsPartialListing(int parentIdx,
org.apache.hadoop.ipc.RemoteException exception)
public int getParentIdx()
public java.util.List<HdfsFileStatus> getPartialListing()
public org.apache.hadoop.ipc.RemoteException getException()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.