Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
CopyResult |
Copy.waitForCopyResult()
Waits for the copy request to complete and returns the result of this
request.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.Future<CopyResult> |
CopyMonitor.nextFuture |
Modifier and Type | Method and Description |
---|---|
CopyResult |
CopyMonitor.call() |
CopyResult |
CopyCallable.call() |
private CopyResult |
CopyMonitor.completeMultipartUpload()
Completes the multipart upload and returns the result.
|
private CopyResult |
CopyMonitor.copy()
Initiates the copy operation and checks on the result.
|
private CopyResult |
CopyCallable.copyInOneChunk()
Performs the copy of the Amazon S3 object from source bucket to
destination bucket.
|
private CopyResult |
CopyMonitor.poll()
Polls for a result from a multi-part copy operation and either returns it
if complete, or reschedules to poll again later if not.
|
CopyResult |
CopyImpl.waitForCopyResult()
Waits for this copy operation to complete and returns the result of the
operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CopyResult> |
CopyMonitor.getFuture() |
Modifier and Type | Method and Description |
---|---|
private void |
CopyMonitor.setNextFuture(java.util.concurrent.Future<CopyResult> nextFuture) |