(close client)
Closes the connection to the ZooKeeper server.
Closes the connection to the ZooKeeper server.
(connect connection-string)
(connect connection-string ns)
(connect connection-string ns retry-policy)
(delete client path)
Deletes the given node if it exists. Otherwise returns false.
Deletes the given node if it exists. Otherwise returns false.
(delete-with-children client path)
Deletes the given node if it exists. Otherwise returns false.
Deletes the given node if it exists. Otherwise returns false.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close