| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.transfer |
| 限定符和类型 | 方法和说明 |
|---|---|
PersistableUpload |
UploadCallable.getPersistableUpload() |
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 © 2017. All rights reserved.