Files
tooz/doc/source/compatibility.rst
Julien Danjou d2529173ec etcd: driver with lock support
Change-Id: Ibac90b9b2a751eb4f502e2f8b723e5608dcaad18
2015-12-29 10:02:05 +01:00

7.5 KiB

Compatibility

Grouping

APIs

  • ~tooz.coordination.CoordinationDriver.watch_join_group
  • ~tooz.coordination.CoordinationDriver.unwatch_join_group
  • ~tooz.coordination.CoordinationDriver.watch_leave_group
  • ~tooz.coordination.CoordinationDriver.unwatch_leave_group
  • ~tooz.coordination.CoordinationDriver.create_group
  • ~tooz.coordination.CoordinationDriver.get_groups
  • ~tooz.coordination.CoordinationDriver.join_group
  • ~tooz.coordination.CoordinationDriver.leave_group
  • ~tooz.coordination.CoordinationDriver.delete_group
  • ~tooz.coordination.CoordinationDriver.get_members
  • ~tooz.coordination.CoordinationDriver.get_member_capabilities
  • ~tooz.coordination.CoordinationDriver.update_capabilities

Driver support

~tooz.drivers.etcd.EtcdDriver ~tooz.drivers.file.FileDriver ~tooz.drivers.ipc.IPCDriver ~tooz.drivers.memcached.MemcachedDriver ~tooz.drivers.mysql.MySQLDriver ~tooz.drivers.pgsql.PostgresDriver ~tooz.drivers.redis.RedisDriver ~tooz.drivers.zake.ZakeDriver ~tooz.drivers.zookeeper.KazooDriver
No Yes No Yes No No Yes Yes Yes

Leaders

APIs

  • ~tooz.coordination.CoordinationDriver.watch_elected_as_leader
  • ~tooz.coordination.CoordinationDriver.unwatch_elected_as_leader
  • ~tooz.coordination.CoordinationDriver.stand_down_group_leader
  • ~tooz.coordination.CoordinationDriver.get_leader

Driver support

~tooz.drivers.etcd.EtcdDriver ~tooz.drivers.file.FileDriver ~tooz.drivers.ipc.IPCDriver ~tooz.drivers.memcached.MemcachedDriver ~tooz.drivers.mysql.MySQLDriver ~tooz.drivers.pgsql.PostgresDriver ~tooz.drivers.redis.RedisDriver ~tooz.drivers.zake.ZakeDriver ~tooz.drivers.zookeeper.KazooDriver
No No No Yes No No Yes Yes Yes

Locking

APIs

  • ~tooz.coordination.CoordinationDriver.get_lock

Driver support

~tooz.drivers.etcd.EtcdDriver ~tooz.drivers.file.FileDriver ~tooz.drivers.ipc.IPCDriver ~tooz.drivers.memcached.MemcachedDriver ~tooz.drivers.mysql.MySQLDriver ~tooz.drivers.pgsql.PostgresDriver ~tooz.drivers.redis.RedisDriver ~tooz.drivers.zake.ZakeDriver ~tooz.drivers.zookeeper.KazooDriver
Yes Yes Yes Yes Yes Yes Yes Yes Yes