Package | Description |
---|---|
org.apache.zookeeper | |
org.apache.zookeeper.client |
Modifier and Type | Method | Description |
---|---|---|
void |
ZooKeeper.getData(java.lang.String path,
boolean watch,
AsyncCallback.DataCallback cb,
java.lang.Object ctx) |
The asynchronous version of getData.
|
void |
ZooKeeper.getData(java.lang.String path,
Watcher watcher,
AsyncCallback.DataCallback cb,
java.lang.Object ctx) |
The asynchronous version of getData.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
ZooKeeperSaslClient.ServerSaslResponseCallback |
Copyright © 2018 The Apache Software Foundation