OpenSDN source code
|
This is the complete list of members for zookeeper::interface::ZookeeperInterface, including all inherited members.
ZooCreate(zhandle_t *zh, const char *path, const char *value, int valuelen, const struct ACL_vector *acl, int flags, char *path_buffer, int path_buffer_len)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooDelete(zhandle_t *zh, const char *path, int version)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooExists(zhandle_t *zh, const char *path, int watch, struct Stat *stat)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooGet(zhandle_t *zh, const char *path, int watch, char *buffer, int *buffer_len, struct Stat *stat)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooIsUnrecoverable(zhandle_t *zh)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZookeeperClose(zhandle_t *zh)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZookeeperInit(const char *host, watcher_fn fn, int recv_timeout, const clientid_t *clientid, void *context, int flags)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooSetContext(zhandle_t *zh, void *context)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooSetDebugLevel(ZooLogLevel logLevel)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
ZooState(zhandle_t *zh)=0 | zookeeper::interface::ZookeeperInterface | pure virtual |
~ZookeeperInterface() | zookeeper::interface::ZookeeperInterface | inlinevirtual |