org.apache.accumulo.fate.zookeeper
public class ZooReader extends Object implements IZooReader
| Modifier and Type | Field and Description |
|---|---|
protected String |
keepers |
protected int |
timeout |
| 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) |
protected org.apache.zookeeper.ZooKeeper |
getSession(String keepers,
int timeout,
String scheme,
byte[] auth) |
org.apache.zookeeper.data.Stat |
getStatus(String zPath) |
org.apache.zookeeper.data.Stat |
getStatus(String zPath,
org.apache.zookeeper.Watcher watcher) |
protected org.apache.zookeeper.ZooKeeper |
getZooKeeper() |
void |
sync(String path) |
protected String keepers
protected int timeout
public ZooReader(String keepers, int timeout)
protected org.apache.zookeeper.ZooKeeper getSession(String keepers, int timeout, String scheme, byte[] auth)
protected org.apache.zookeeper.ZooKeeper getZooKeeper()
public byte[] getData(String zPath, org.apache.zookeeper.data.Stat stat) throws org.apache.zookeeper.KeeperException, InterruptedException
getData in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic org.apache.zookeeper.data.Stat getStatus(String zPath) throws org.apache.zookeeper.KeeperException, InterruptedException
getStatus in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic org.apache.zookeeper.data.Stat getStatus(String zPath, org.apache.zookeeper.Watcher watcher) throws org.apache.zookeeper.KeeperException, InterruptedException
getStatus in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic List<String> getChildren(String zPath) throws org.apache.zookeeper.KeeperException, InterruptedException
getChildren in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic List<String> getChildren(String zPath, org.apache.zookeeper.Watcher watcher) throws org.apache.zookeeper.KeeperException, InterruptedException
getChildren in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic boolean exists(String zPath) throws org.apache.zookeeper.KeeperException, InterruptedException
exists in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic boolean exists(String zPath, org.apache.zookeeper.Watcher watcher) throws org.apache.zookeeper.KeeperException, InterruptedException
exists in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic void sync(String path) throws org.apache.zookeeper.KeeperException, InterruptedException
sync in interface IZooReaderorg.apache.zookeeper.KeeperExceptionInterruptedExceptionCopyright © 2014 Apache Accumulo Project. All Rights Reserved.