Liking cljdoc? Tell your friends :D

franzy.admin.zookeeper.paths

A collection of Kafka-specific Zookeeper calls, often used internally.

This namespace presents a collection of tools to help you interrogate the state of Zookeeper paths.

A collection of Kafka-specific Zookeeper calls, often used internally.

This namespace presents a collection of tools to help you interrogate the state of Zookeeper paths.
raw docstring

delete-pathclj

(delete-path zk-utils path)
(delete-path zk-utils path recursive?)

Deletes a path in zookeeper, optionally deleting recursively.

Deletes a path in zookeeper, optionally deleting recursively.
raw docstring

maybe-delete-pathclj

(maybe-delete-path zk-url zk-dir)

path-childrenclj

(path-children zk-utils path)
(path-children zk-utils path allow-nil-parent?)

Returns Zookeeper path children.

Returns Zookeeper path children.
raw docstring

path-dataclj

(path-data zk-utils path)
(path-data zk-utils path allow-nulls?)

Returns data on a Zookeeper path, optionally allowing for nulls.

Returns data on a Zookeeper path, optionally allowing for nulls.
raw docstring

path-exists?clj

(path-exists? zk-utils path)

Checks if a given path exists in Zookeeper.

Checks if a given path exists in Zookeeper.
raw docstring

persistent-pathsclj

(persistent-paths zk-utils)
(persistent-paths zk-utils secure-paths?)

Returns persistent paths in Zookeeper, optionally returning secure paths.

Returns persistent paths in Zookeeper, optionally returning secure paths.
raw docstring

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

× close