Files
deb-python-tooz/doc/source/developers.rst
Joshua Harlow 170680e93c Add docs for new consul driver
Change-Id: Ica007008d95cf2c9e5917b7258b793179ed63e1d
2016-06-13 14:16:03 -07: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.coordination.ToozError

tooz.coordination.ToozConnectionError

tooz.coordination.OperationTimedOut

tooz.coordination.GroupNotCreated

tooz.coordination.GroupAlreadyExist

tooz.coordination.MemberAlreadyExist

tooz.coordination.MemberNotJoined

tooz.coordination.GroupNotEmpty

tooz.coordination.raise_with_cause