[−][src]Crate zookeeper_async
Modules
| recipes | Extended ZooKeeper recipes from Apache Curator. |
Structs
| Acl | An access control list. |
| Permission | Describes the ability of a user to perform a certain action. |
| Stat | Statistics about a znode, similar to the UNIX |
| Subscription | A unique identifier returned by |
| Watch | An object watching a path for certain changes. |
| WatchedEvent | Represents a change on the ZooKeeper that a |
| ZooKeeper | The client interface for interacting with a ZooKeeper cluster. |
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. |
| WatchType | Describes what a |
| WatchedEventType | Enumeration of types of events that may occur on the znode. |
| ZkError | Basic type for errors returned from the server. |
| ZkState | Enumeration of states the client may be at any time. |
Traits
| Watcher | The interface for handling events when a |
| ZooKeeperExt | Extended ZooKeeper operations that are not needed for the "core." |
Type Definitions
| ZkResult | Value returned from potentially-error operations. |