Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
UploadResult |
Upload.waitForUploadResult()
Waits for this upload to complete and returns the result of this upload.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.Future<UploadResult> |
UploadMonitor.future |
Modifier and Type | Method and Description |
---|---|
UploadResult |
UploadMonitor.call() |
UploadResult |
UploadCallable.call() |
UploadResult |
CompleteMultipartUpload.call() |
private UploadResult |
UploadCallable.uploadInOneChunk()
Uploads the given request in a single chunk and returns the result.
|
private UploadResult |
UploadCallable.uploadInParts()
Uploads the request in multiple chunks, submitting each upload chunk task
to the thread pool and recording its corresponding Future object, as well
as the multipart upload id.
|
private UploadResult |
UploadCallable.uploadPartsInSeries(UploadPartRequestFactory requestFactory)
Uploads all parts in the request in serial in this thread, then completes
the upload and returns the result.
|
UploadResult |
UploadImpl.waitForUploadResult()
Waits for this upload to complete and returns the result of this upload.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UploadResult> |
UploadMonitor.getFuture() |
Modifier and Type | Method and Description |
---|---|
private void |
UploadMonitor.setFuture(java.util.concurrent.Future<UploadResult> future) |