org.apache.accumulo.fate.zookeeper
public interface IZooReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String zPath) |
boolean |
exists(String zPath,
org.apache.zookeeper.Watcher watcher) |
List<String> |
getChildren(String zPath) |
List<String> |
getChildren(String zPath,
org.apache.zookeeper.Watcher watcher) |
byte[] |
getData(String zPath,
org.apache.zookeeper.data.Stat stat) |
org.apache.zookeeper.data.Stat |
getStatus(String zPath) |
org.apache.zookeeper.data.Stat |
getStatus(String zPath,
org.apache.zookeeper.Watcher watcher) |
void |
sync(String path) |
byte[] getData(String zPath, org.apache.zookeeper.data.Stat stat) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionorg.apache.zookeeper.data.Stat getStatus(String zPath) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionorg.apache.zookeeper.data.Stat getStatus(String zPath, org.apache.zookeeper.Watcher watcher) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionList<String> getChildren(String zPath) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionList<String> getChildren(String zPath, org.apache.zookeeper.Watcher watcher) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionboolean exists(String zPath) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionboolean exists(String zPath, org.apache.zookeeper.Watcher watcher) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionvoid sync(String path) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionCopyright © 2014 Apache Accumulo Project. All Rights Reserved.