Package | Description |
---|---|
org.I0Itec.zkclient | |
org.I0Itec.zkclient.exception |
Modifier and Type | Method and Description |
---|---|
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,
List<org.apache.zookeeper.data.ACL> acl)
Create an ephemeral node and set its ACL.
|
void |
ZkClient.createEphemeral(String path,
Object data)
Create an ephemeral node.
|
void |
ZkClient.createEphemeral(String path,
Object data,
List<org.apache.zookeeper.data.ACL> acl)
Create an ephemeral node.
|
String |
ZkClient.createEphemeralSequential(String path,
Object data)
Create an ephemeral, sequential node.
|
String |
ZkClient.createEphemeralSequential(String path,
Object data,
List<org.apache.zookeeper.data.ACL> acl)
Create an ephemeral, sequential node with ACL.
|
void |
ZkClient.createPersistent(String path)
Create a persistent node.
|
void |
ZkClient.createPersistent(String path,
boolean createParents)
Create a persistent node and set its ACLs.
|
void |
ZkClient.createPersistent(String path,
boolean createParents,
List<org.apache.zookeeper.data.ACL> acl)
Create a persistent node and set its ACLs.
|
void |
ZkClient.createPersistent(String path,
Object data)
Create a persistent node.
|
String |
ZkClient.createPersistentSequential(String path,
Object data)
Create a persistent, sequental node.
|
String |
ZkClient.createPersistentSequential(String path,
Object data,
List<org.apache.zookeeper.data.ACL> acl)
Create a persistent, sequential node and set its ACL.
|
Map.Entry<List<org.apache.zookeeper.data.ACL>,org.apache.zookeeper.data.Stat> |
ZkClient.getAcl(String path)
Gets the acl on path
|
List<org.apache.zookeeper.OpResult> |
ZkClient.multi(Iterable<org.apache.zookeeper.Op> ops) |
<T> T |
ZkClient.retryUntilConnected(Callable<T> callable) |
void |
ZkClient.setAcl(String path,
List<org.apache.zookeeper.data.ACL> acl)
Sets the acl on path
|
Modifier and Type | Class and Description |
---|---|
class |
ZkAuthFailedException |
class |
ZkBadVersionException |
class |
ZkInterruptedException |
class |
ZkMarshallingError |
class |
ZkNodeExistsException |
class |
ZkNoNodeException |
class |
ZkTimeoutException |
Modifier and Type | Method and Description |
---|---|
static ZkException |
ZkException.create(org.apache.zookeeper.KeeperException e) |
Copyright © 2019. All rights reserved.