Uses of Enum
org.apache.hadoop.ozone.om.request.file.OMDirectoryCreateRequest.Result
Packages that use OMDirectoryCreateRequest.Result
Package
Description
Package contains classes related to file requests.
Package contains classes related to file responses.
-
Uses of OMDirectoryCreateRequest.Result in org.apache.hadoop.ozone.om.request.file
Methods in org.apache.hadoop.ozone.om.request.file that return OMDirectoryCreateRequest.ResultModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OMDirectoryCreateRequest.Result[]OMDirectoryCreateRequest.Result.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OMDirectoryCreateRequest.Result in org.apache.hadoop.ozone.om.response.file
Constructors in org.apache.hadoop.ozone.om.response.file with parameters of type OMDirectoryCreateRequest.ResultModifierConstructorDescriptionOMDirectoryCreateResponse(org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, org.apache.hadoop.ozone.om.helpers.OmKeyInfo dirKeyInfo, List<org.apache.hadoop.ozone.om.helpers.OmKeyInfo> parentKeyInfos, OMDirectoryCreateRequest.Result result, org.apache.hadoop.ozone.om.helpers.BucketLayout bucketLayout, org.apache.hadoop.ozone.om.helpers.OmBucketInfo bucketInfo) OMDirectoryCreateResponse(org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, OMDirectoryCreateRequest.Result result) For when the request is not successful or the directory already exists.OMDirectoryCreateResponseWithFSO(org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, long volumeId, long bucketId, org.apache.hadoop.ozone.om.helpers.OmDirectoryInfo dirInfo, List<org.apache.hadoop.ozone.om.helpers.OmDirectoryInfo> pDirInfos, OMDirectoryCreateRequest.Result result, org.apache.hadoop.ozone.om.helpers.BucketLayout bucketLayout, org.apache.hadoop.ozone.om.helpers.OmBucketInfo bucketInfo) OMDirectoryCreateResponseWithFSO(org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, OMDirectoryCreateRequest.Result result) For when the request is not successful or the directory already exists.