| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.demo | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model | |
| com.qcloud.cos.transfer |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<PartETag> |
MultipartUploadDemo.listPartDemo(String uploadId) |
static List<PartETag> |
MultipartUploadDemo.UploadPartDemo(String uploadId) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
MultipartUploadDemo.completePartDemo(String uploadId,
List<PartETag> partETags) |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
RequestXmlFactory.convertToXmlByteArray(List<PartETag> partETags)
Converts the specified list of PartETags to an XML fragment that can be sent to the
CompleteMultipartUpload operation of Qcloud COS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PartETag |
UploadPartResult.getPartETag()
Returns an identifier which identifies the upload part by its part number
and the entity tag computed from the part's data.
|
PartETag |
CopyPartResult.getPartETag()
Returns an identifier which identifies the copy part by its part number
and the entity tag computed from the part's data.
|
PartETag |
PartETag.withETag(String eTag)
Sets the entity tag generated from the content of the associated part, and returns this
updated PartETag object so that additional method calls can be chained together.
|
PartETag |
PartETag.withPartNumber(int partNumber)
Sets the part number of the associated part, and returns this updated PartETag object so that
additional method calls can be chained together.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<PartETag> |
CompleteMultipartUploadRequest.getPartETags()
Returns the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CompleteMultipartUploadRequest.setPartETags(List<PartETag> partETags)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete.
|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(List<PartETag> partETags)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete, and returns this updated
CompleteMultipartUploadRequest object so that additional method calls can be chained.
|
| 构造器和说明 |
|---|
CompleteMultipartUploadRequest(String bucketName,
String key,
String uploadId,
List<PartETag> partETags)
Constructs a new request to complete a multipart upload.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PartETag |
UploadPartCallable.call() |
PartETag |
CopyPartCallable.call() |
| 构造器和说明 |
|---|
CompleteMultipartCopy(String uploadId,
COS cos,
CopyObjectRequest copyObjectRequest,
List<Future<PartETag>> futures,
ProgressListenerChain progressListenerChain,
CopyMonitor monitor) |
CompleteMultipartUpload(String uploadId,
COS cos,
PutObjectRequest putObjectRequest,
List<Future<PartETag>> futures,
List<PartETag> eTagsBeforeResume,
ProgressListenerChain progressListenerChain,
UploadMonitor monitor) |
CompleteMultipartUpload(String uploadId,
COS cos,
PutObjectRequest putObjectRequest,
List<Future<PartETag>> futures,
List<PartETag> eTagsBeforeResume,
ProgressListenerChain progressListenerChain,
UploadMonitor monitor) |
Copyright © 2021. All rights reserved.