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
Class to return the results from verifyDirectoryKeysInPath.
Includes the list of missing intermediate directories and
the directory search result code.
-
Constructor Summary
ConstructorsConstructorDescriptionOMPathInfoWithFSO(String leafNodeName, long lastKnownParentId, List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList) OMPathInfoWithFSO(String leafNodeName, long lastKnownParentId, List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList, String fileExistsInPath) -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetLastKnownParentId(long lastKnownParentId) voidsetLeafNodeObjectId(long leafNodeObjectId) Methods inherited from class org.apache.hadoop.ozone.om.request.file.OMFileRequest.OMPathInfo
directParentExists, getAcls, getDirectoryResult, getMissingParents
-
Constructor Details
-
OMPathInfoWithFSO
public OMPathInfoWithFSO(String leafNodeName, long lastKnownParentId, List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList, String fileExistsInPath) -
OMPathInfoWithFSO
public OMPathInfoWithFSO(String leafNodeName, long lastKnownParentId, List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList)
-
-
Method Details
-
getLeafNodeName
-
getLeafNodeObjectId
public long getLeafNodeObjectId() -
setLeafNodeObjectId
public void setLeafNodeObjectId(long leafNodeObjectId) -
setLastKnownParentId
public void setLastKnownParentId(long lastKnownParentId) -
getLastKnownParentId
public long getLastKnownParentId() -
getFileExistsInPath
-