Overview
  • Namespace
  • Class

Namespaces

  • OpenCloud
    • Autoscale
      • Resource
    • CDN
      • Resource
    • CloudMonitoring
      • Collection
      • 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
      • Collection
      • Enum
      • Resource
    • Networking
      • Resource
    • ObjectStore
      • Constants
      • Enum
      • Exception
      • Resource
      • Upload
    • Orchestration
      • Resource
    • Queues
      • Collection
      • Exception
      • Resource
    • Volume
      • Resource

Classes

  • AbstractTransfer
  • ConcurrentTransfer
  • ConsecutiveTransfer
  • ContainerMigration
  • DirectorySync
  • TransferBuilder
  • TransferPart
  • TransferState

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()

Constants summary

Constants inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer

DEFAULT_PART_SIZE, MAX_PART_SIZE, MIN_PART_SIZE

API documentation generated by ApiGen