|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZkException | |
|---|---|
| org.I0Itec.zkclient | |
| org.I0Itec.zkclient.exception | |
| Uses of ZkException in org.I0Itec.zkclient |
|---|
| Methods in org.I0Itec.zkclient that throw ZkException | ||
|---|---|---|
String |
ZkClient.create(String path,
Object data,
org.apache.zookeeper.CreateMode mode)
Create a node. |
|
void |
ZkClient.createEphemeral(String path)
Create an ephemeral node. |
|
void |
ZkClient.createEphemeral(String path,
Object data)
Create an ephemeral node. |
|
String |
ZkClient.createEphemeralSequential(String path,
Object data)
Create an ephemeral, sequential node. |
|
void |
ZkClient.createPersistent(String path)
Create a persistent node. |
|
void |
ZkClient.createPersistent(String path,
boolean createParents)
Create a persistent node. |
|
void |
ZkClient.createPersistent(String path,
Object data)
Create a persistent node. |
|
String |
ZkClient.createPersistentSequential(String path,
Object data)
Create a persistent, sequental node. |
|
|
ZkClient.retryUntilConnected(Callable<T> callable)
|
|
| Uses of ZkException in org.I0Itec.zkclient.exception |
|---|
| Subclasses of ZkException in org.I0Itec.zkclient.exception | |
|---|---|
class |
ZkBadVersionException
|
class |
ZkInterruptedException
|
class |
ZkMarshallingError
|
class |
ZkNodeExistsException
|
class |
ZkNoNodeException
|
class |
ZkTimeoutException
|
| Methods in org.I0Itec.zkclient.exception that return ZkException | |
|---|---|
static ZkException |
ZkException.create(org.apache.zookeeper.KeeperException e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||