public class CopyCallable extends Object implements Callable<CopyResult>
| Constructor and Description |
|---|
CopyCallable(TransferManager transferManager,
ExecutorService threadPool,
CopyImpl copy,
CopyObjectRequest copyObjectRequest,
ObjectMetadata metadata,
ProgressListenerChain progressListenerChain) |
| Modifier and Type | Method and Description |
|---|---|
CopyResult |
call() |
boolean |
isMultipartCopy()
Returns true if this CopyCallable is processing a multi-part copy.
|
public CopyCallable(TransferManager transferManager, ExecutorService threadPool, CopyImpl copy, CopyObjectRequest copyObjectRequest, ObjectMetadata metadata, ProgressListenerChain progressListenerChain)
public boolean isMultipartCopy()
public CopyResult call() throws Exception
call in interface Callable<CopyResult>ExceptionCopyright © 2023. All rights reserved.