|
| ZookeeperCBindings () |
|
virtual | ~ZookeeperCBindings () |
|
virtual void | ZooSetDebugLevel (ZooLogLevel logLevel) |
|
virtual zhandle_t * | ZookeeperInit (const char *host, watcher_fn fn, int recv_timeout, const clientid_t *clientid, void *context, int flags) |
|
virtual int | ZookeeperClose (zhandle_t *zh) |
|
virtual int | ZooState (zhandle_t *zh) |
|
virtual int | 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) |
|
virtual int | ZooDelete (zhandle_t *zh, const char *path, int version) |
|
virtual int | ZooGet (zhandle_t *zh, const char *path, int watch, char *buffer, int *buffer_len, struct Stat *stat) |
|
virtual int | ZooExists (zhandle_t *zh, const char *path, int watch, struct Stat *stat) |
|
virtual void | ZooSetContext (zhandle_t *zh, void *context) |
|
virtual int | ZooIsUnrecoverable (zhandle_t *zh) |
|
virtual | ~ZookeeperInterface () |
|
Definition at line 31 of file zookeeper_client.cc.
zookeeper::interface::ZookeeperCBindings::ZookeeperCBindings |
( |
| ) |
|
|
inline |
virtual zookeeper::interface::ZookeeperCBindings::~ZookeeperCBindings |
( |
| ) |
|
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::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 |
|
) |
| |
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::ZooDelete |
( |
zhandle_t * |
zh, |
|
|
const char * |
path, |
|
|
int |
version |
|
) |
| |
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::ZooExists |
( |
zhandle_t * |
zh, |
|
|
const char * |
path, |
|
|
int |
watch, |
|
|
struct Stat * |
stat |
|
) |
| |
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::ZooGet |
( |
zhandle_t * |
zh, |
|
|
const char * |
path, |
|
|
int |
watch, |
|
|
char * |
buffer, |
|
|
int * |
buffer_len, |
|
|
struct Stat * |
stat |
|
) |
| |
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::ZooIsUnrecoverable |
( |
zhandle_t * |
zh | ) |
|
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::ZookeeperClose |
( |
zhandle_t * |
zh | ) |
|
|
inlinevirtual |
virtual zhandle_t* zookeeper::interface::ZookeeperCBindings::ZookeeperInit |
( |
const char * |
host, |
|
|
watcher_fn |
fn, |
|
|
int |
recv_timeout, |
|
|
const clientid_t * |
clientid, |
|
|
void * |
context, |
|
|
int |
flags |
|
) |
| |
|
inlinevirtual |
virtual void zookeeper::interface::ZookeeperCBindings::ZooSetContext |
( |
zhandle_t * |
zh, |
|
|
void * |
context |
|
) |
| |
|
inlinevirtual |
virtual void zookeeper::interface::ZookeeperCBindings::ZooSetDebugLevel |
( |
ZooLogLevel |
logLevel | ) |
|
|
inlinevirtual |
virtual int zookeeper::interface::ZookeeperCBindings::ZooState |
( |
zhandle_t * |
zh | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: