Files
tooz/doc/source/reference/index.rst
ricolin 7b69ca7270 Add Kubernetes Lock support
Depends-On: https://review.opendev.org/c/openstack/requirements/+/935735

Change-Id: I1fc434bd774f940de1684a9bb7dd8ce5686828b4
2024-12-13 16:59:58 +08:00

1.5 KiB

Module Reference

Interfaces

tooz.coordination.CoordinationDriver

Consul

tooz.drivers.consul.ConsulDriver

Etcd

tooz.drivers.etcd.EtcdDriver

Etcd3gw

tooz.drivers.etcd3gw.Etcd3Driver

File

tooz.drivers.file.FileDriver

IPC

tooz.drivers.ipc.IPCDriver

Kubernetes

tooz.drivers.kubernetes.SherlockDriver

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