| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.transfer |
| 限定符和类型 | 方法和说明 |
|---|---|
PersistableUpload |
UploadCallable.getPersistableUpload() |
PersistableUpload |
UploadImpl.getResumeableMultipartUploadId() |
PersistableUpload |
Upload.getResumeableMultipartUploadId()
if isResumeableMultipartUploadAfterFailed is true, we can call getResumeableMultipartUploadId
to get upload info. then can resume to upload again..
|
PersistableUpload |
UploadImpl.pause() |
PersistableUpload |
Upload.pause()
Pause the current upload operation and returns the information that can be used to resume the
upload.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PauseResult<PersistableUpload> |
UploadImpl.tryPause(boolean forceCancelTransfers) |
PauseResult<PersistableUpload> |
Upload.tryPause(boolean forceCancelTransfers)
Tries to pause the current upload operation and returns the information that can be used to
resume the upload.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Upload |
TransferManager.resumeUpload(PersistableUpload persistableUpload)
Resumes an upload operation.
|
Copyright © 2020. All rights reserved.