Package | Description |
---|---|
org.apache.zookeeper | |
org.apache.zookeeper.admin |
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 |
---|
ZooKeeperMain(ZooKeeper zk) |
Modifier and Type | Class and Description |
---|---|
class |
ZooKeeperAdmin
This is the main class for ZooKeeperAdmin client library.
|
Copyright © 2017 The Apache Software Foundation