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
public
|
DEFAULT_PART_SIZE,
MAX_PART_SIZE,
MIN_PART_SIZE
|
$client,
$defaultOptions,
$entityBody,
$options,
$partSize,
$transferState
|