Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ZooKeeperMain(ZooKeeper zk) |
Copyright © 2018 The Apache Software Foundation