Overview

Namespaces

  • OpenCloud
    • Autoscale
      • Resource
    • CloudMonitoring
      • Exception
      • Resource
    • Common
      • Collection
      • Constants
      • Exceptions
      • Http
        • Message
      • Log
      • Resource
      • Service
    • Compute
      • Constants
      • Exception
      • Resource
    • Database
      • Resource
    • DNS
      • Collection
      • Resource
    • Identity
      • Constants
      • Resource
    • Image
      • Enum
      • Resource
        • JsonPatch
        • Schema
    • LoadBalancer
      • Enum
      • Resource
    • ObjectStore
      • Constants
      • Exception
      • Resource
      • Upload
    • Orchestration
    • Queues
      • Exception
      • Resource
    • Volume
      • Resource
  • PHP

Classes

  • AbstractTransfer
  • ConcurrentTransfer
  • ConsecutiveTransfer
  • ContainerMigration
  • DirectorySync
  • TransferBuilder
  • TransferPart
  • TransferState
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

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
Extended by OpenCloud\ObjectStore\Upload\ConcurrentTransfer
Namespace: OpenCloud\ObjectStore\Upload
CodeCoverageIgnore
Located at OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
Methods summary
public
# transfer( )
Methods inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
getOptions(), getPartSize(), newInstance(), setClient(), setEntityBody(), setOption(), setOptions(), setTransferState(), setup(), upload(), validatePartSize()
Constants inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
DEFAULT_PART_SIZE, MAX_PART_SIZE, MIN_PART_SIZE
Properties inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
$client, $defaultOptions, $entityBody, $options, $partSize, $transferState
PHP OpenCloud API API documentation generated by ApiGen 2.8.0