Class ConcurrentTransfer
A transfer type which executes in a concurrent fashion, i.e. with multiple workers uploading at once. Each worker is charged with uploading a particular chunk of data. The entity body is fragmented into n pieces - calculated by dividing the total size by the individual part size.
- OpenCloud\ObjectStore\Upload\AbstractTransfer
-
OpenCloud\ObjectStore\Upload\ConcurrentTransfer
Namespace: OpenCloud\ObjectStore\Upload
Codecoverageignore
Located at OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
Codecoverageignore
Located at OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
Methods inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
getOptions()
,
getPartSize()
,
newInstance()
,
setClient()
,
setEntityBody()
,
setOption()
,
setOptions()
,
setTransferState()
,
setup()
,
upload()