Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeper.getData(String path,
boolean watch,
AsyncCallback.DataCallback cb,
Object ctx)
The asynchronous version of getData.
|
void |
ZooKeeper.getData(String path,
Watcher watcher,
AsyncCallback.DataCallback cb,
Object ctx)
The asynchronous version of getData.
|
Copyright © 2014 The Apache Software Foundation