public interface IZKClient
extends org.linkedin.zookeeper.client.IZKClient
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
create(java.lang.String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode) |
java.lang.String |
create(java.lang.String path,
org.apache.zookeeper.CreateMode createMode) |
java.lang.String |
create(java.lang.String path,
java.lang.String data,
org.apache.zookeeper.CreateMode createMode) |
org.apache.zookeeper.data.Stat |
createOrSetByteWithParents(java.lang.String path,
byte[] data,
java.util.List<org.apache.zookeeper.data.ACL> acl,
org.apache.zookeeper.CreateMode createMode) |
org.apache.zookeeper.data.Stat |
createOrSetWithParents(java.lang.String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode) |
org.apache.zookeeper.data.Stat |
createOrSetWithParents(java.lang.String path,
java.lang.String data,
org.apache.zookeeper.CreateMode createMode) |
java.lang.String |
createWithParents(java.lang.String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode) |
java.lang.String |
createWithParents(java.lang.String path,
org.apache.zookeeper.CreateMode createMode) |
java.lang.String |
createWithParents(java.lang.String path,
java.lang.String data,
org.apache.zookeeper.CreateMode createMode) |
void |
fixACLs(java.lang.String path,
boolean recursive) |
void |
waitForConnected() |
void |
waitForConnected(org.linkedin.util.clock.Timespan timeout) |
chroot, create, createBytesNode, createBytesNodeWithParents, createOrSetWithParents, createWithParents, delete, deleteWithChildren, exists, getAllChildren, getChildren, getConnectString, getData, getStringData, getZKByteData, getZKByteData, getZKChildren, getZKStringData, getZKStringData, isConnected, registerListener, removeListener, setByteData, setDataaddAuthInfo, close, create, create, delete, delete, exists, exists, exists, exists, getACL, getACL, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getData, getData, getData, getData, getSessionId, getSessionPasswd, getSessionTimeout, getState, register, setACL, setACL, setData, setData, syncorg.apache.zookeeper.data.Stat createOrSetByteWithParents(java.lang.String path,
byte[] data,
java.util.List<org.apache.zookeeper.data.ACL> acl,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionjava.lang.String create(java.lang.String path,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionjava.lang.String create(java.lang.String path,
java.lang.String data,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionjava.lang.String create(java.lang.String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionjava.lang.String createWithParents(java.lang.String path,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionjava.lang.String createWithParents(java.lang.String path,
java.lang.String data,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionjava.lang.String createWithParents(java.lang.String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionorg.apache.zookeeper.data.Stat createOrSetWithParents(java.lang.String path,
java.lang.String data,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionorg.apache.zookeeper.data.Stat createOrSetWithParents(java.lang.String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionvoid waitForConnected(org.linkedin.util.clock.Timespan timeout)
throws java.lang.InterruptedException,
java.util.concurrent.TimeoutException
java.lang.InterruptedExceptionjava.util.concurrent.TimeoutExceptionvoid waitForConnected()
throws java.lang.InterruptedException,
java.util.concurrent.TimeoutException
java.lang.InterruptedExceptionjava.util.concurrent.TimeoutExceptionvoid fixACLs(java.lang.String path,
boolean recursive)
throws java.lang.InterruptedException,
org.apache.zookeeper.KeeperException
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperExceptionCopyright © 2014 Red Hat. All Rights Reserved.