|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZooKeeper | |
---|---|
org.apache.zookeeper |
Uses of ZooKeeper in org.apache.zookeeper |
---|
Fields in org.apache.zookeeper declared as ZooKeeper | |
---|---|
protected ZooKeeper |
ZooKeeperMain.zk
|
Methods in org.apache.zookeeper with parameters of type ZooKeeper | |
---|---|
static boolean |
ZooKeeperMain.createQuota(ZooKeeper zk,
java.lang.String path,
long bytes,
int numNodes)
this method creates a quota node for the path |
static boolean |
ZooKeeperMain.delQuota(ZooKeeper zk,
java.lang.String path,
boolean bytes,
boolean numNodes)
this method deletes quota for a node. |
Constructors in org.apache.zookeeper with parameters of type ZooKeeper | |
---|---|
ClientCnxn(java.lang.String hosts,
int sessionTimeout,
ZooKeeper zooKeeper,
ClientWatchManager watcher)
Creates a connection object. |
|
ClientCnxn(java.lang.String hosts,
int sessionTimeout,
ZooKeeper zooKeeper,
ClientWatchManager watcher,
long sessionId,
byte[] sessionPasswd)
Creates a connection object. |
|
ZooKeeperMain(ZooKeeper zk)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |