| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.transfer |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
COSEncryption |
| 限定符和类型 | 类和说明 |
|---|---|
class |
COSClient |
| 限定符和类型 | 方法和说明 |
|---|---|
COS |
TransferManager.getCOSClient()
Returns the underlying Qcloud COS client used to make requests to Qcloud COS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
COS srcCOS,
TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one object to another .
|
| 构造器和说明 |
|---|
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) |
CopyPartCallable(COS cos,
CopyPartRequest request) |
TransferManager(COS cos)
Constructs a new
TransferManager, specifying the client to use when making
requests to Qcloud COS. |
TransferManager(COS cos,
ExecutorService threadPool)
Constructs a new
TransferManager specifying the client and thread pool to use
when making requests to Qcloud COS. |
TransferManager(COS cos,
ExecutorService threadPool,
boolean shutDownThreadPools)
Constructs a new
TransferManager specifying the client and thread pool to use
when making requests to Qcloud COS. |
UploadPartCallable(COS cos,
UploadPartRequest request) |
Copyright © 2017. All rights reserved.