Class OMFileRequest.OMPathInfo

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

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

  • Method Details

    • getMissingParents

      public List<String> getMissingParents()
    • getDirectoryResult

      public OMFileRequest.OMDirectoryResult getDirectoryResult()
    • getAcls

      public List<org.apache.hadoop.ozone.OzoneAcl> getAcls()
    • directParentExists

      public boolean directParentExists()
      indicates if the immediate parent in the path already exists.
      Returns:
      true indicates the parent exists