tooz/doc/source/developers.rst
Julien Danjou f3dddcffdd Stop making tooz.utils depending on tooz.coordination
Change-Id: I5fdb1174ae1a2a84412f3b3159ad5835b2f7359f
2017-01-01 18:47:16 +01:00

1.3 KiB

Developers

Interfaces

tooz.coordination.CoordinationDriver

Consul

tooz.drivers.consul.ConsulDriver

Etcd

tooz.drivers.etcd.EtcdDriver

File

tooz.drivers.file.FileDriver

IPC

tooz.drivers.ipc.IPCDriver

Memcached

tooz.drivers.memcached.MemcachedDriver

Mysql

tooz.drivers.mysql.MySQLDriver

PostgreSQL

tooz.drivers.pgsql.PostgresDriver

Redis

tooz.drivers.redis.RedisDriver

Zake

tooz.drivers.zake.ZakeDriver

Zookeeper

tooz.drivers.zookeeper.KazooDriver

Exceptions

tooz.ToozError

tooz.coordination.ToozConnectionError

tooz.coordination.OperationTimedOut

tooz.coordination.GroupNotCreated

tooz.coordination.GroupAlreadyExist

tooz.coordination.MemberAlreadyExist

tooz.coordination.MemberNotJoined

tooz.coordination.GroupNotEmpty

tooz.utils.raise_with_cause