Package | Description |
---|---|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Field and Description |
---|---|
private UploadMonitor |
CompleteMultipartUpload.monitor
The monitor to which the upload progress has to be communicated.
|
Modifier and Type | Method and Description |
---|---|
static UploadMonitor |
UploadMonitor.create(TransferManager manager,
UploadImpl transfer,
java.util.concurrent.ExecutorService threadPool,
UploadCallable multipartUploadCallable,
PutObjectRequest putObjectRequest,
ProgressListenerChain progressListenerChain)
Constructs a new upload watcher and then immediately submits it to
the thread pool.
|
Constructor and Description |
---|
CompleteMultipartUpload(java.lang.String uploadId,
AmazonS3 s3,
PutObjectRequest putObjectRequest,
java.util.List<java.util.concurrent.Future<PartETag>> futures,
java.util.List<PartETag> eTagsBeforeResume,
ProgressListenerChain progressListenerChain,
UploadMonitor monitor) |