Liking cljdoc? Tell your friends :D
Clojure only.

curator.node-cache


node-cacheclj

(node-cache curator-framework path listener-fn)

A Node Cache is used to watch a ZNode. Whenever the data is modified or the ZNode is deleted, the Node Cache will change its state to contain the current data (or null if ZNode was deleted). client - the client path - path to watch listener-fn - a function that accepts no arguments

A Node Cache is used to watch a ZNode. Whenever the data is modified or the ZNode is deleted, the Node Cache will
change its state to contain the current data (or null if ZNode was deleted).
client - the client
path - path to watch
listener-fn - a function that accepts no arguments
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close