Class S3MultipartUploadCommitPartResponseWithFSO


public class S3MultipartUploadCommitPartResponseWithFSO extends S3MultipartUploadCommitPartResponse
Response for S3MultipartUploadCommitPartWithFSO request.
  • Constructor Details

    • S3MultipartUploadCommitPartResponseWithFSO

      public S3MultipartUploadCommitPartResponseWithFSO(@Nonnull org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, String multipartKey, String openKey, @Nullable org.apache.hadoop.ozone.om.helpers.OmMultipartKeyInfo omMultipartKeyInfo, @Nullable Map<String,org.apache.hadoop.ozone.om.helpers.RepeatedOmKeyInfo> keyToDeleteMap, @Nullable org.apache.hadoop.ozone.om.helpers.OmKeyInfo openPartKeyInfoToBeDeleted, @Nonnull org.apache.hadoop.ozone.om.helpers.OmBucketInfo omBucketInfo, long bucketId, @Nonnull org.apache.hadoop.ozone.om.helpers.BucketLayout bucketLayout)
      Regular response. 1. Update MultipartKey in MultipartInfoTable with new PartKeyInfo 2. Delete openKey from OpenKeyTable 3. If old key or uncommitted (pseudo) key exists, put it in DeletedTable