| 接口 | 说明 |
|---|---|
| Copy |
Represents an asynchronous copy request from one COS location another.
|
| Download |
Represents an asynchronous download from Qcloud COS.
|
| MultipleFileDownload |
Multiple file download of an entire virtual directory.
|
| MultipleFileUpload |
Multiple file download of an entire virtual directory.
|
| ObjectMetadataProvider |
This is the callback interface which is used by TransferManager.uploadDirectory and
TransferManager.uploadFileList.
|
| Transfer | |
| TransferMonitor |
Monitors long-running transfers.
|
| Upload |
Represents an asynchronous upload to Qcloud COS.
|
| 类 | 说明 |
|---|---|
| AbstractTransfer |
Abstract transfer implementation.
|
| CompleteMultipartCopy |
Initiates a complete multi-part upload request for a TransferManager multi-part parallel copy.
|
| CompleteMultipartUpload |
Initiates a complete multi-part upload request for a
TransferManager multi-part parallel upload.
|
| CopyCallable | |
| CopyMonitor | |
| CopyPartCallable |
An implementation of the Callable interface responsible for carrying out the
Copy part requests.
|
| CopyPartRequestFactory |
Factory for creating all the individual CopyPartRequest objects for a multipart copy.
|
| DownloadImpl | |
| DownloadMonitor | |
| MultipleFileDownloadImpl |
Multiple file download when downloading an entire virtual directory.
|
| MultipleFileTransfer<T extends Transfer> |
Interface for multiple file transfers
|
| MultipleFileTransferMonitor | |
| MultipleFileUploadImpl |
Multiple file upload when uploading an entire directory.
|
| PauseResult<T> |
The result of a pause operation.
|
| PersistableDownload |
An opaque token that holds some private state and can be used to resume a
paused download operation.
|
| PersistableTransfer |
Abstract base class for the information of a pausible upload or download; such information can be
used to resume the upload or download later on, and can be serialized/deserialized for
persistence purposes.
|
| PersistableUpload | |
| TransferManager |
High level utility for managing transfers to Qcloud COS.
|
| TransferManagerConfiguration |
Configuration options for how
TransferManager processes requests. |
| TransferManagerUtils |
Internal utilities for multipart uploads with TransferManager.
|
| TransferProgress |
Describes the progress of a transfer.
|
| UploadCallable | |
| UploadImpl | |
| UploadMonitor |
Manages an upload by periodically checking to see if the upload is done, and returning a result
if so.
|
| UploadPartCallable |
| 枚举 | 说明 |
|---|---|
| PauseStatus | |
| Transfer.TransferState |
Enumeration of the possible transfer states.
|
Copyright © 2020. All rights reserved.