Liking cljdoc? Tell your friends :D

onyx.log.curator


childrenclj

(children client path & {:keys [watcher]})

closeclj

(close client)

Closes the connection to the ZooKeeper server.

Closes the connection to the ZooKeeper server.
raw docstring

connectclj

(connect connection-string)
(connect connection-string ns)
(connect connection-string ns retry-policy)

createclj

(create client path & {:keys [data] :as opts})

create-allclj

(create-all client path & {:keys [data] :as opts})

create-modeclj

(create-mode opts)

dataclj

(data client path)

deleteclj

(delete client path)

Deletes the given node if it exists. Otherwise returns false.

Deletes the given node if it exists. Otherwise returns false.
raw docstring

delete-with-childrenclj

(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.
raw docstring

event-to-mapclj

(event-to-map event)

existsclj

(exists client path & {:keys [watcher]})

make-watcherclj

(make-watcher handler)

set-dataclj

(set-data client path data version)

stat-to-mapclj

(stat-to-map stat)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close