Uses of Interface
org.apache.zookeeper.AsyncCallback.DataCallback
-
Packages that use AsyncCallback.DataCallback Package Description org.apache.zookeeper org.apache.zookeeper.client -
-
Uses of AsyncCallback.DataCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.DataCallback 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. -
Uses of AsyncCallback.DataCallback in org.apache.zookeeper.client
Classes in org.apache.zookeeper.client that implement AsyncCallback.DataCallback Modifier and Type Class Description static class
ZooKeeperSaslClient.ServerSaslResponseCallback
-