Uses of Interface
org.apache.zookeeper.AsyncCallback.DataCallback
-
Packages that use AsyncCallback.DataCallback Package Description org.apache.zookeeper org.apache.zookeeper.admin 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. getConfig(boolean watch, AsyncCallback.DataCallback cb, Object ctx)
The Asynchronous version of getConfig.void
ZooKeeper. getConfig(Watcher watcher, AsyncCallback.DataCallback cb, Object ctx)
The asynchronous version of getConfig.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. -
Uses of AsyncCallback.DataCallback in org.apache.zookeeper.admin
Methods in org.apache.zookeeper.admin with parameters of type AsyncCallback.DataCallback Modifier and Type Method Description void
ZooKeeperAdmin. reconfigure(String joiningServers, String leavingServers, String newMembers, long fromConfig, AsyncCallback.DataCallback cb, Object ctx)
The Asynchronous version of reconfig.void
ZooKeeperAdmin. reconfigure(List<String> joiningServers, List<String> leavingServers, List<String> newMembers, long fromConfig, AsyncCallback.DataCallback cb, Object ctx)
Convenience wrapper around asynchronous reconfig that takes Lists of strings instead of comma-separated servers. -
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
-