Package | Description |
---|---|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Field and Description |
---|---|
private CopyImpl |
CopyCallable.copy |
private CopyImpl |
CopyMonitor.transfer |
Modifier and Type | Method and Description |
---|---|
static CopyMonitor |
CopyMonitor.create(TransferManager manager,
CopyImpl transfer,
java.util.concurrent.ExecutorService threadPool,
CopyCallable multipartCopyCallable,
CopyObjectRequest copyObjectRequest,
ProgressListenerChain progressListenerChain)
Constructs a new watcher for copy operation, and then immediately submits
it to the thread pool.
|
Constructor and Description |
---|
CopyCallable(TransferManager transferManager,
java.util.concurrent.ExecutorService threadPool,
CopyImpl copy,
CopyObjectRequest copyObjectRequest,
ObjectMetadata metadata,
ProgressListenerChain progressListenerChain) |
CopyMonitor(TransferManager manager,
CopyImpl transfer,
java.util.concurrent.ExecutorService threadPool,
CopyCallable multipartCopyCallable,
CopyObjectRequest copyObjectRequest,
ProgressListenerChain progressListenerChain) |