| Package | Description |
|---|---|
| com.qcloud.cos.transfer |
| Modifier and Type | Method and Description |
|---|---|
PersistableUpload |
UploadCallable.getPersistableUpload() |
PersistableUpload |
Upload.getResumeableMultipartUploadId()
if isResumeableMultipartUploadAfterFailed is true, we can call getResumeableMultipartUploadId
to get upload info.
|
PersistableUpload |
UploadImpl.getResumeableMultipartUploadId() |
PersistableUpload |
Upload.pause()
Pause the current upload operation and returns the information that can be used to resume the
upload.
|
PersistableUpload |
UploadImpl.pause() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
PauseResult<PersistableUpload> |
UploadImpl.tryPause(boolean forceCancelTransfers) |
| Modifier and Type | Method and Description |
|---|---|
Upload |
TransferManager.resumeUpload(PersistableUpload persistableUpload)
Resumes an upload operation.
|
Copyright © 2023. All rights reserved.