Uses of Class
com.oracle.bmc.objectstorage.transfer.UploadConfiguration
-
Packages that use UploadConfiguration Package Description com.oracle.bmc.objectstorage.transfer com.oracle.bmc.objectstorage.transfer.internal -
-
Uses of UploadConfiguration in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer that return UploadConfiguration Modifier and Type Method Description UploadConfiguration
UploadConfiguration.UploadConfigurationBuilder. build()
Constructors in com.oracle.bmc.objectstorage.transfer with parameters of type UploadConfiguration Constructor Description UploadManager(ObjectStorage objectStorage, UploadConfiguration uploadConfiguration)
-
Uses of UploadConfiguration in com.oracle.bmc.objectstorage.transfer.internal
Methods in com.oracle.bmc.objectstorage.transfer.internal with parameters of type UploadConfiguration Modifier and Type Method Description static long
MultipartUtils. calculatePartSize(UploadConfiguration config, long contentLength)
Calculate the part size, in bytes, that should be used per multi-part upload part.static boolean
MultipartUtils. shouldCalculateAdditionalChecksum(UploadConfiguration config, PutObjectRequest request)
Test whether or not the additional checksum value should be calculated for the given request when issuing a single upload (non-multipart) request.static boolean
MultipartUtils. shouldCalculateMd5(UploadConfiguration config, PutObjectRequest request)
Test whether or not the MD5 value should be calculated for the given request when issuing a single upload (non-multipart) request.static boolean
MultipartUtils. shouldSetAdditionalChecksum(UploadConfiguration config, PutObjectRequest request)
Determines whether an additional checksum value should be set for the given request.static boolean
MultipartUtils. shouldUseMultipart(UploadConfiguration config, long contentLength)
Test whether an object of a given size is large enough to warrant using multi-part uploads.
-