Liking cljdoc? Tell your friends :D

zookeeper.util


extract-idclj

(extract-id child-path)

Returns an integer id associated with a sequential node

Returns an integer id associated with a sequential node
sourceraw docstring

filter-nodes-by-patternclj

(filter-nodes-by-pattern pattern nodes)
source

filter-nodes-by-prefixclj

(filter-nodes-by-prefix prefix nodes)
source

hash-passwordclj

(hash-password password)

Returns a base64 encoded string of a SHA-1 digest of the given password string.

Examples:

(hash-password "secret")

 Returns a base64 encoded string of a SHA-1 digest of the given password string.

Examples:

  (hash-password "secret")
sourceraw docstring

index-sequential-nodesclj

(index-sequential-nodes unsorted-nodes)

Sorts a list of sequential child nodes.

Sorts a list of sequential child nodes.
sourceraw docstring

sort-sequential-nodesclj

(sort-sequential-nodes unsorted-nodes)
(sort-sequential-nodes comp unsorted-nodes)

Sorts a list of sequential child nodes.

Sorts a list of sequential child nodes.
sourceraw docstring

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

× close