| Package | Description | 
|---|---|
| org.apache.zookeeper | 
| 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) | 
Copyright © 2016 The Apache Software Foundation