| Package | Description |
|---|---|
| org.apache.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static KeeperException |
KeeperException.create(int code)
Deprecated.
deprecated in 3.1.0, use
create(Code) instead |
static KeeperException |
KeeperException.create(int code,
String path)
Deprecated.
deprecated in 3.1.0, use
create(Code, String) instead |
static KeeperException |
KeeperException.create(KeeperException.Code code)
All non-specific keeper exceptions should be constructed via this factory method in order to
guarantee consistency in error codes and such.
|
static KeeperException |
KeeperException.create(KeeperException.Code code,
String path)
All non-specific keeper exceptions should be constructed via this factory method in order to
guarantee consistency in error codes and such.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ZooKeeperMain.createQuota(org.apache.zookeeper.ZooKeeper zk,
String path,
long bytes,
int numNodes)
this method creates a quota node for the path
|
static boolean |
ZooKeeperMain.delQuota(org.apache.zookeeper.ZooKeeper zk,
String path,
boolean bytes,
boolean numNodes)
this method deletes quota for a node.
|
void |
ZooKeeperMain.executeLine(String line) |
static void |
ZooKeeperMain.main(String[] args) |
protected boolean |
ZooKeeperMain.processCmd(org.apache.zookeeper.ZooKeeperMain.MyCommandOptions co) |
protected boolean |
ZooKeeperMain.processZKCmd(org.apache.zookeeper.ZooKeeperMain.MyCommandOptions co) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.