Uses of Enum
org.apache.hadoop.ozone.om.request.file.OMFileRequest.OMDirectoryResult
Packages that use OMFileRequest.OMDirectoryResult
Package
Description
Package contains classes related to file requests.
-
Uses of OMFileRequest.OMDirectoryResult in org.apache.hadoop.ozone.om.request.file
Methods in org.apache.hadoop.ozone.om.request.file that return OMFileRequest.OMDirectoryResultModifier and TypeMethodDescriptionOMFileRequest.OMPathInfo.getDirectoryResult()Returns the enum constant of this type with the specified name.static OMFileRequest.OMDirectoryResult[]OMFileRequest.OMDirectoryResult.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.ozone.om.request.file with parameters of type OMFileRequest.OMDirectoryResultModifier and TypeMethodDescriptionprotected voidOMFileCreateRequest.checkDirectoryResult(String keyName, boolean isOverWrite, OMFileRequest.OMDirectoryResult omDirectoryResult) Verify om directory result.Constructors in org.apache.hadoop.ozone.om.request.file with parameters of type OMFileRequest.OMDirectoryResultModifierConstructorDescriptionOMPathInfo(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) OMPathInfoWithFSO(String leafNodeName, long lastKnownParentId, List missingParents, OMFileRequest.OMDirectoryResult result, List<org.apache.hadoop.ozone.OzoneAcl> aclList, String fileExistsInPath)