Crate tokio_zookeeper[][src]

See ZooKeeper.

Note that the futures in this crate expect to be running under a tokio::Runtime. In the common case, you cannot resolve them solely using .wait().

Modules

error

Per-operation ZooKeeper error types.

Structs

Acl

An access control list.

Stat

Statistics about a znode, similar to the UNIX stat structure.

WatchGlobally

Proxy for ZooKeeper that adds watches for initiated operations.

WatchedEvent

Represents a change on the ZooKeeper that a Watcher is able to respond to.

WithWatcher

Proxy for ZooKeeper that adds non-global watches for initiated operations.

ZooKeeper

A connection to ZooKeeper.

ZooKeeperBuilder

Builder that allows customizing options for ZooKeeper connections.

Enums

CreateMode

CreateMode value determines how the znode is created on ZooKeeper.

KeeperState

Enumeration of states the client may be at a Watcher Event. It represents the state of the server at the time the event was generated.

WatchedEventType

Enumeration of types of events that may occur on the znode.