Liking cljdoc? Tell your friends :D

onyx.log.curator


childrenclj

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

closeclj

(close client)

Closes the connection to the ZooKeeper server.

Closes the connection to the ZooKeeper server.
sourceraw docstring

connectclj

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

createclj

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

create-allclj

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

create-modeclj

(create-mode opts)
source

dataclj

(data client path)
source

deleteclj

(delete client path)

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

Deletes the given node if it exists. Otherwise returns false.
sourceraw 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.
sourceraw docstring

event-to-mapclj

(event-to-map event)
source

existsclj

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

make-watcherclj

(make-watcher handler)
source

set-dataclj

(set-data client path data version)
source

stat-to-mapclj

(stat-to-map stat)
source

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

× close