Liking cljdoc? Tell your friends :D

zookeeper.internal


acl-callbackclj

(acl-callback handler)

This callback is used to retrieve the ACL and stat of the node.

This callback is used to retrieve the ACL and stat of the node.
sourceraw docstring

aclsclj

source

children-callbackclj

(children-callback handler)

This callback is used to retrieve the children of the node.

This callback is used to retrieve the children of the node.
sourceraw docstring

client-statesclj

(client-states)

:AUTH_FAILED :CLOSED :CONNECTED :ASSOCIATING :CONNECTING

:AUTH_FAILED :CLOSED :CONNECTED :ASSOCIATING :CONNECTING
sourceraw docstring

createclj

(create client path data acl mode)
(create client path data acl mode string-callback context)

Internal create wrapper to avoid reflection.

Internal create wrapper to avoid reflection.
sourceraw docstring

create-modesclj

source

data-callbackclj

(data-callback handler)

This callback is used to retrieve the data and stat of the node.

This callback is used to retrieve the data and stat of the node.
sourceraw docstring

event-to-mapclj

(event-to-map event)
source

event-typesclj

(event-types)

:NodeDeleted :NodeDataChanged :NodeCreated :NodeChildrenChanged :None

:NodeDeleted :NodeDataChanged :NodeCreated :NodeChildrenChanged :None
sourceraw docstring

keeper-statesclj

(keeper-states)

:AuthFailed :Unknown :SyncConnected :Disconnected :Expired :NoSyncConnected

:AuthFailed :Unknown :SyncConnected :Disconnected :Expired :NoSyncConnected
sourceraw docstring

make-watcherclj

(make-watcher handler)
source

perm-orclj

(perm-or perms & perm-keys)

Examples:

(use 'zookeeper) (perm-or perms :read :write :create)

Examples:

  (use 'zookeeper)
  (perm-or *perms* :read :write :create)
sourceraw docstring

permsclj

source

promise-callbackclj

(promise-callback prom callback-fn)
source

stat-callbackclj

(stat-callback handler)

This callback is used to retrieve the stat of the node.

This callback is used to retrieve the stat of the node.
sourceraw docstring

stat-to-mapclj

(stat-to-map stat)
source

string-callbackclj

(string-callback handler)

This callback is used to retrieve the name of the node.

This callback is used to retrieve the name of the node.
sourceraw docstring

try*cljmacro

(try* expression & catches)

Unwraps the RuntimeExceptions thrown by Clojure, and rethrows its cause. Only accepts a single expression.

Unwraps the RuntimeExceptions thrown by Clojure, and rethrows its
cause. Only accepts a single expression.
sourceraw docstring

void-callbackclj

(void-callback handler)

This callback doesn't retrieve anything from the node. It is useful for some APIs that doesn't want anything sent back, e.g. ZooKeeper#sync(String, VoidCallback, Object).

This callback doesn't retrieve anything from the node. It is useful for
some APIs that doesn't want anything sent back, e.g.
ZooKeeper#sync(String, VoidCallback, Object).
sourceraw docstring

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

× close