- close() - Method in class org.I0Itec.zkclient.InMemoryConnection
-
- close() - Method in interface org.I0Itec.zkclient.IZkConnection
-
- close() - Method in class org.I0Itec.zkclient.ZkClient
-
Close the client.
- close() - Method in class org.I0Itec.zkclient.ZkConnection
-
- closeQuietly(Closeable) - Method in class org.I0Itec.zkclient.GatewayThread
-
- connect(Watcher) - Method in class org.I0Itec.zkclient.InMemoryConnection
-
- connect(Watcher) - Method in interface org.I0Itec.zkclient.IZkConnection
-
- connect(long, Watcher) - Method in class org.I0Itec.zkclient.ZkClient
-
Connect to ZooKeeper.
- connect(Watcher) - Method in class org.I0Itec.zkclient.ZkConnection
-
- ContentWatcher<T> - Class in org.I0Itec.zkclient
-
- ContentWatcher(ZkClient, String) - Constructor for class org.I0Itec.zkclient.ContentWatcher
-
- convertToRuntimeException(Throwable) - Static method in class org.I0Itec.zkclient.ExceptionUtil
-
- countChildren(String) - Method in class org.I0Itec.zkclient.ZkClient
-
Counts number of children for the given path.
- create(KeeperException) - Static method in exception org.I0Itec.zkclient.exception.ZkException
-
- create(String, byte[], List<ACL>, CreateMode) - Method in class org.I0Itec.zkclient.InMemoryConnection
-
- create(String, byte[], CreateMode) - Method in class org.I0Itec.zkclient.InMemoryConnection
-
- create(String, byte[], CreateMode) - Method in interface org.I0Itec.zkclient.IZkConnection
-
- create(String, byte[], List<ACL>, CreateMode) - Method in interface org.I0Itec.zkclient.IZkConnection
-
- create(String, Object, CreateMode) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a node.
- create(String, Object, List<ACL>, CreateMode) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a node with ACL.
- create(String, byte[], CreateMode) - Method in class org.I0Itec.zkclient.ZkConnection
-
- create(String, byte[], List<ACL>, CreateMode) - Method in class org.I0Itec.zkclient.ZkConnection
-
- createDefaultNameSpace(ZkClient) - Method in interface org.I0Itec.zkclient.IDefaultNameSpace
-
Creates a set of default folder structure within a zookeeper .
- createEphemeral(String) - Method in class org.I0Itec.zkclient.ZkClient
-
Create an ephemeral node.
- createEphemeral(String, List<ACL>) - Method in class org.I0Itec.zkclient.ZkClient
-
Create an ephemeral node and set its ACL.
- createEphemeral(String, Object) - Method in class org.I0Itec.zkclient.ZkClient
-
Create an ephemeral node.
- createEphemeral(String, Object, List<ACL>) - Method in class org.I0Itec.zkclient.ZkClient
-
Create an ephemeral node.
- createEphemeralSequential(String, Object) - Method in class org.I0Itec.zkclient.ZkClient
-
Create an ephemeral, sequential node.
- createEphemeralSequential(String, Object, List<ACL>) - Method in class org.I0Itec.zkclient.ZkClient
-
Create an ephemeral, sequential node with ACL.
- createPersistent(String) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent node.
- createPersistent(String, boolean) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent node and set its ACLs.
- createPersistent(String, boolean, List<ACL>) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent node and set its ACLs.
- createPersistent(String, Object) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent node.
- createPersistent(String, Object, List<ACL>) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent node.
- createPersistentSequential(String, Object) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent, sequental node.
- createPersistentSequential(String, Object, List<ACL>) - Method in class org.I0Itec.zkclient.ZkClient
-
Create a persistent, sequential node and set its ACL.