SynchronousZookeeper

com.loopfor.zookeeper.SynchronousZookeeper$
See theSynchronousZookeeper companion trait

Constructs SynchronousZookeeper values.

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

Zookeeper(...).sync

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 synchronous ZooKeeper client using the given configuration.

Constructs a new synchronous ZooKeeper client using the given configuration.

Attributes

config

the client configuration

Returns:

a client with the given config

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

Constructs a new synchronous 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