Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Field and Description |
---|---|
protected ZooKeeper |
ZooKeeperMain.zk |
Modifier and Type | Method and Description |
---|---|
static boolean |
ZooKeeperMain.createQuota(ZooKeeper zk,
String path,
long bytes,
int numNodes)
this method creates a quota node for the path
|
static boolean |
ZooKeeperMain.delQuota(ZooKeeper zk,
String path,
boolean bytes,
boolean numNodes)
this method deletes quota for a node.
|
Constructor and Description |
---|
ClientCnxn(String hosts,
int sessionTimeout,
ZooKeeper zooKeeper,
ClientWatchManager watcher)
Creates a connection object.
|
ClientCnxn(String hosts,
int sessionTimeout,
ZooKeeper zooKeeper,
ClientWatchManager watcher,
long sessionId,
byte[] sessionPasswd)
Creates a connection object.
|
ZooKeeperMain(ZooKeeper zk) |
Copyright © 2014 The Apache Software Foundation