Uses of Class
org.apache.hadoop.ozone.om.request.file.OMFileRequest.OMPathInfoWithFSO
Packages that use OMFileRequest.OMPathInfoWithFSO
Package
Description
Package contains classes related to file requests.
Package contains classes related to key requests.
Package contains classes related to S3 multipart upload requests.
-
Uses of OMFileRequest.OMPathInfoWithFSO in org.apache.hadoop.ozone.om.request.file
Methods in org.apache.hadoop.ozone.om.request.file that return OMFileRequest.OMPathInfoWithFSOModifier and TypeMethodDescriptionOMFileRequest.verifyDirectoryKeysInPath(org.apache.hadoop.ozone.om.OMMetadataManager omMetadataManager, String volumeName, String bucketName, String keyName, Path keyPath) Verify any dir/key exist in the given path in the specified volume/bucket by iterating through directory table. -
Uses of OMFileRequest.OMPathInfoWithFSO in org.apache.hadoop.ozone.om.request.key
Methods in org.apache.hadoop.ozone.om.request.key with parameters of type OMFileRequest.OMPathInfoWithFSOModifier and TypeMethodDescriptionprotected List<org.apache.hadoop.ozone.om.helpers.OmDirectoryInfo> OMKeyRequest.getAllMissingParentDirInfo(OzoneManager ozoneManager, org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.KeyArgs keyArgs, org.apache.hadoop.ozone.om.helpers.OmBucketInfo bucketInfo, OMFileRequest.OMPathInfoWithFSO pathInfo, long trxnLogIndex) Construct OmDirectoryInfo for every parent directory in missing list. -
Uses of OMFileRequest.OMPathInfoWithFSO in org.apache.hadoop.ozone.om.request.s3.multipart
Methods in org.apache.hadoop.ozone.om.request.s3.multipart with parameters of type OMFileRequest.OMPathInfoWithFSOModifier and TypeMethodDescriptionprotected voidS3MultipartUploadCompleteRequest.addMultiPartToCache(org.apache.hadoop.ozone.om.OMMetadataManager omMetadataManager, String multipartOpenKey, OMFileRequest.OMPathInfoWithFSO pathInfoFSO, org.apache.hadoop.ozone.om.helpers.OmKeyInfo omKeyInfo, String keyName, long transactionLogIndex) protected voidS3MultipartUploadCompleteRequestWithFSO.addMultiPartToCache(org.apache.hadoop.ozone.om.OMMetadataManager omMetadataManager, String multipartOpenKey, OMFileRequest.OMPathInfoWithFSO pathInfoFSO, org.apache.hadoop.ozone.om.helpers.OmKeyInfo omKeyInfo, String keyName, long transactionLogIndex)