Class OMFileRequest.OMPathInfo
java.lang.Object
org.apache.hadoop.ozone.om.request.file.OMFileRequest.OMPathInfo
- Direct Known Subclasses:
OMFileRequest.OMPathInfoWithFSO
- Enclosing class:
OMFileRequest
Class to return the results from verifyFilesInPath.
Includes the list of missing intermediate directories and
the directory search result code.
-
Constructor Summary
ConstructorsConstructorDescriptionOMPathInfo(List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList) -
Method Summary
-
Constructor Details
-
OMPathInfo
public OMPathInfo(List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList)
-
-
Method Details
-
getMissingParents
-
getDirectoryResult
-
getAcls
-
directParentExists
public boolean directParentExists()indicates if the immediate parent in the path already exists.- Returns:
- true indicates the parent exists
-