Class S3MultipartUploadAbortResponseWithFSO


public class S3MultipartUploadAbortResponseWithFSO extends S3MultipartUploadAbortResponse
Response for Multipart Abort Request - prefix layout.
  • Constructor Details

    • S3MultipartUploadAbortResponseWithFSO

      public S3MultipartUploadAbortResponseWithFSO(@Nonnull org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, String multipartKey, String multipartOpenKey, @Nonnull org.apache.hadoop.ozone.om.helpers.OmMultipartKeyInfo omMultipartKeyInfo, @Nonnull org.apache.hadoop.ozone.om.helpers.OmBucketInfo omBucketInfo, @Nonnull org.apache.hadoop.ozone.om.helpers.BucketLayout bucketLayout)
    • S3MultipartUploadAbortResponseWithFSO

      public S3MultipartUploadAbortResponseWithFSO(@Nonnull org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, @Nonnull org.apache.hadoop.ozone.om.helpers.BucketLayout bucketLayout)
      For when the request is not successful. For a successful request, the other constructor should be used.