Transport¶
- 
class 
DriverBase(conf, storage, cache, control) 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
 
- 
listen() Start listening for client requests (self-hosting mode).