\brief signature of a completion function that returns an ACL.
\brief signature of a completion function that returns data.
\brief signature of a completion function that returns a Stat structure.
\brief signature of a completion function that returns a list of strings.
\brief signature of a completion function that returns a list of strings.
\brief signature of a completion function that returns a list of strings and stat. .
\brief signature of a completion function for a call that returns void.
\brief signature of a watch function.
zookeeper return constants *
@name Debug levels
\brief checks if the current zookeeper connection state can't be recovered.
\brief return an error string.
\brief create a node.
\brief specify application credentials.
\brief delete a node in zookeeper.
\brief checks the existence of a node in zookeeper.
\brief gets the data associated with a node.
\brief gets the acl associated with a node.
\brief lists the children of a node.
\brief lists the children of a node, and get the parent stat.
\brief atomically commits multiple zookeeper operations.
\brief sets the data associated with a node.
\brief sets the acl associated with a node.
\brief Flush leader channel.
\brief checks the existence of a node in zookeeper.
\brief gets the data associated with a node.
\brief lists the children of a node.
\brief lists the children of a node, and get the parent stat.
\brief zoo_check_op_init.
\brief return the client session id, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE)
\brief create a node synchronously.
\brief zoo_create_op_init.
\brief delete a node in zookeeper synchronously.
\brief zoo_delete_op_init.
\brief enable/disable quorum endpoint order randomization
\brief checks the existence of a node in zookeeper synchronously.
\brief gets the data associated with a node synchronously.
\brief gets the acl associated with a node synchronously.
\brief lists the children of a node synchronously.
\brief lists the children of a node and get its stat synchronously.
\brief return the context for this handle.
\brief atomically commits multiple zookeeper operations synchronously.
\brief return the timeout for this session, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server re-connect.
\brief sets the data associated with a node. See zoo_set2 function if you require access to the stat information associated with the znode.
\brief sets the data associated with a node. This function is the same as zoo_set except that it also provides access to stat information associated with the znode.
\brief sets the acl associated with a node synchronously.
\brief set the context for this handle.
\brief sets the debugging level for the library
\brief sets the stream to be used by the library for logging
\brief zoo_set_op_init.
\brief set a watcher function \return previous watcher function
\brief get the state of the zookeeper connection.
\brief checks the existence of a node in zookeeper synchronously.
\brief gets the data associated with a node synchronously.
\brief lists the children of a node synchronously.
\brief lists the children of a node and get its stat synchronously.
\brief close the zookeeper handle and free up any resources.
\brief returns the socket address for the current connection \return socket address of the connected host or NULL on failure, only valid if the connection is current connected
\brief create a handle to used communicate with zookeeper.
\brief Returns the events that zookeeper is interested in.
\brief Notifies zookeeper that an event of interest has happened.
\brief ZooKeeper handle.
\brief client id structure.
\brief zoo_op structure.
\brief zoo_op_result structure.
@name Interest Consts These constants are used to express interest in an event and to indicate to zookeeper which events have occurred. They can be ORed together to express multiple interests. These flags are used in the interest and event parameters of \ref zookeeper_interest and \ref zookeeper_process.
\brief a node has changed.
\brief a change as occurred in the list of children.
\brief a node has been created.
\brief a node has been deleted.
@name Create Flags
@name State Consts These constants represent the states of a zookeeper connection. They are possible parameters of the watcher callback.
\brief a watch has been removed.
@name ACL Consts
\brief a session has been lost.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.