| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model | |
| com.qcloud.cos.transfer |
| Modifier and Type | Class and Description |
|---|---|
class |
COSClient |
class |
COSEncryptionClient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
COSEncryption |
| Modifier and Type | Method and Description |
|---|---|
COS |
TransferManager.getCOSClient()
Returns the underlying Qcloud COS client used to make requests to Qcloud COS.
|
| Modifier and Type | Method and Description |
|---|---|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
COS srcCOS,
TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one object to another .
|
| Constructor and Description |
|---|
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) |
RangeDownloadCallable(COS cos,
GetObjectRequest request,
File destFile,
FileChannel destFileChannel,
PersistableResumeDownload downloadRecord) |
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 © 2023. All rights reserved.