tooz/doc/source/developers.rst
Joshua Harlow a890d34265 Add exception docs to developer docs
Change-Id: Ie58db0660f5dad1b5bf14edf4512226648829980
2015-04-15 08:56:47 -07:00

1.2 KiB

Developers

Interfaces

tooz.coordination.CoordinationDriver

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