Class OMFileRequest.OMPathInfoWithFSO

java.lang.Object
org.apache.hadoop.ozone.om.request.file.OMFileRequest.OMPathInfo
org.apache.hadoop.ozone.om.request.file.OMFileRequest.OMPathInfoWithFSO
Enclosing class:
OMFileRequest

public static class OMFileRequest.OMPathInfoWithFSO extends OMFileRequest.OMPathInfo
Class to return the results from verifyDirectoryKeysInPath. Includes the list of missing intermediate directories and the directory search result code.
  • Constructor Details

  • Method Details

    • getLeafNodeName

      public String getLeafNodeName()
    • getLeafNodeObjectId

      public long getLeafNodeObjectId()
    • setLeafNodeObjectId

      public void setLeafNodeObjectId(long leafNodeObjectId)
    • setLastKnownParentId

      public void setLastKnownParentId(long lastKnownParentId)
    • getLastKnownParentId

      public long getLastKnownParentId()
    • getFileExistsInPath

      public String getFileExistsInPath()