Transport

class DriverBase(conf, storage, cache, control)[source]

Base class for Transport Drivers to document the expected interface.

Parameters:
  • conf (oslo_config.cfg.CONF) – configuration instance

  • storage (zaqar.storage.base.DataDriverBase) – The storage driver

  • cache (dogpile.cache.region.CacheRegion) – caching object

  • control (zaqar.storage.base.ControlDriverBase) – Storage driver to handle the control plane

abstract listen()[source]

Start listening for client requests (self-hosting mode).