public class MultipartTransferManager extends Object
MultiPartTransferManager handles the job submission, cancellation, and completion of parts to the manifest.
Constructor and Description |
---|
MultipartTransferManager(ExecutorService executor,
MultipartManifestImpl manifest,
ObjectStorage client) |
Modifier and Type | Method and Description |
---|---|
void |
abortAll() |
void |
awaitCompletion() |
void |
startTransfer(UploadPartRequest request) |
@ConstructorProperties(value={"executor","manifest","client"}) public MultipartTransferManager(ExecutorService executor, MultipartManifestImpl manifest, ObjectStorage client)
public void startTransfer(UploadPartRequest request)
public void awaitCompletion()
public void abortAll()
Copyright © 2016–2024. All rights reserved.