Class MultipartTransferManager
- java.lang.Object
-
- com.oracle.bmc.objectstorage.transfer.internal.MultipartTransferManager
-
public class MultipartTransferManager extends Object
MultiPartTransferManager handles the job submission, cancellation, and completion of parts to the manifest.
-
-
Constructor Summary
Constructors Constructor Description MultipartTransferManager(ExecutorService executor, MultipartManifestImpl manifest, ObjectStorage client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
abortAll()
void
awaitCompletion()
void
startTransfer(UploadPartRequest request)
-
-
-
Constructor Detail
-
MultipartTransferManager
@ConstructorProperties({"executor","manifest","client"}) public MultipartTransferManager(ExecutorService executor, MultipartManifestImpl manifest, ObjectStorage client)
-
-
Method Detail
-
startTransfer
public void startTransfer(UploadPartRequest request)
-
awaitCompletion
public void awaitCompletion()
-
abortAll
public void abortAll()
-
-