AsynchronousZookeeper

com.loopfor.zookeeper.AsynchronousZookeeper$
See theAsynchronousZookeeper companion trait

Constructs AsynchronousZookeeper values.

This companion object is provided as a convenience and is equivalent to:

Zookeeper(...).async

Attributes

See also:
Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Constructs a new asynchronous ZooKeeper client using the given configuration.

Constructs a new asynchronous ZooKeeper client using the given configuration.

Attributes

config

the client configuration

Returns:

a client with the given config

Constructs a new asynchronous ZooKeeper client using the given configuration and session credential.

Constructs a new asynchronous ZooKeeper client using the given configuration and session credential.

Attributes

config

the client configuration

cred

the session credentials

Returns:

a client with the given config and cred