(path-cache curator-framework path listener-fn)
A Path Cache is used to watch a ZNode. Whenever a child is added, updated or removed, the Path Cache will change its state to contain the current set of children, the children's data and the children's state. client - the client path - path to watch listener-fn - a function that accepts 2 arguments, the curator framework and the PathChildrenCacheEvent that occured
A Path Cache is used to watch a ZNode. Whenever a child is added, updated or removed, the Path Cache will change its state to contain the current set of children, the children's data and the children's state. client - the client path - path to watch listener-fn - a function that accepts 2 arguments, the curator framework and the PathChildrenCacheEvent that occured
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |