|
||||||||||
| 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,
String path,
long bytes,
int numNodes)
this method creates a quota node for the path |
static void |
ZKUtil.deleteRecursive(ZooKeeper zk,
String pathRoot)
Recursively delete the node with the given path. |
static void |
ZKUtil.deleteRecursive(ZooKeeper zk,
String pathRoot,
AsyncCallback.VoidCallback cb,
Object ctx)
Recursively delete the node with the given path. |
static boolean |
ZooKeeperMain.delQuota(ZooKeeper zk,
String path,
boolean bytes,
boolean numNodes)
this method deletes quota for a node. |
static List<String> |
ZKUtil.listSubTreeBFS(ZooKeeper zk,
String pathRoot)
BFS Traversal of the system under pathRoot, with the entries in the list, in the same order as that of the traversal. |
| Constructors in org.apache.zookeeper with parameters of type ZooKeeper | |
|---|---|
ClientCnxn(String chrootPath,
HostProvider hostProvider,
int sessionTimeout,
ZooKeeper zooKeeper,
ClientWatchManager watcher,
org.apache.zookeeper.ClientCnxnSocket clientCnxnSocket,
boolean canBeReadOnly)
Creates a connection object. |
|
ClientCnxn(String chrootPath,
HostProvider hostProvider,
int sessionTimeout,
ZooKeeper zooKeeper,
ClientWatchManager watcher,
org.apache.zookeeper.ClientCnxnSocket clientCnxnSocket,
long sessionId,
byte[] sessionPasswd,
boolean canBeReadOnly)
Creates a connection object. |
|
Transaction(ZooKeeper zk)
|
|
ZooKeeperMain(ZooKeeper zk)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||