Modifier and Type | Method and Description |
---|---|
StreamTransferManager |
StreamTransferManager.checkIntegrity(boolean checkIntegrity)
Sets whether a data integrity check should be performed during and after upload.
|
StreamTransferManager |
StreamTransferManager.numStreams(int numStreams)
Sets the number of
MultiPartOutputStream s that will be created and returned by
getMultiPartOutputStreams() for you to write to. |
StreamTransferManager |
StreamTransferManager.numUploadThreads(int numUploadThreads)
Sets the number of threads that will be created to upload the data in parallel to S3.
|
StreamTransferManager |
StreamTransferManager.partSize(long partSize)
Sets the size in MB of the parts to be uploaded to S3.
|
StreamTransferManager |
StreamTransferManager.queueCapacity(int queueCapacity)
Sets the capacity of the queue where completed parts from the output streams will sit
waiting to be taken by the upload threads.
|
Copyright © 2020. All rights reserved.