Uses of Class
alex.mojaki.s3upload.StreamTransferManager
-
-
Uses of StreamTransferManager in alex.mojaki.s3upload
Methods in alex.mojaki.s3upload that return StreamTransferManager Modifier and Type Method Description StreamTransferManagerStreamTransferManager. checkIntegrity(boolean checkIntegrity)Sets whether a data integrity check should be performed during and after upload.StreamTransferManagerStreamTransferManager. numStreams(int numStreams)Sets the number ofMultiPartOutputStreams that will be created and returned bygetMultiPartOutputStreams()for you to write to.StreamTransferManagerStreamTransferManager. numUploadThreads(int numUploadThreads)Sets the number of threads that will be created to upload the data in parallel to S3.StreamTransferManagerStreamTransferManager. partSize(long partSize)Sets the size in MB of the parts to be uploaded to S3.StreamTransferManagerStreamTransferManager. 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.
-