Package | Description |
---|---|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Field and Description |
---|---|
private CopyCallable |
CopyMonitor.multipartCopyCallable
Reference to the CopyCallable that is used for initiating copy requests.
|
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 |
---|
CopyMonitor(TransferManager manager,
CopyImpl transfer,
java.util.concurrent.ExecutorService threadPool,
CopyCallable multipartCopyCallable,
CopyObjectRequest copyObjectRequest,
ProgressListenerChain progressListenerChain) |