| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.transfer |
| 限定符和类型 | 方法和说明 |
|---|---|
static UploadMonitor |
UploadMonitor.create(TransferManager manager,
UploadImpl transfer,
ExecutorService threadPool,
UploadCallable multipartUploadCallable,
PutObjectRequest putObjectRequest,
ProgressListenerChain progressListenerChain)
Constructs a new upload watcher and then immediately submits it to the thread pool.
|
| 构造器和说明 |
|---|
CompleteMultipartUpload(String uploadId,
COS cos,
PutObjectRequest putObjectRequest,
List<Future<PartETag>> futures,
List<PartETag> eTagsBeforeResume,
ProgressListenerChain progressListenerChain,
UploadMonitor monitor) |
Copyright © 2020. All rights reserved.