Uses of Interface
org.apache.zookeeper.AsyncCallback.DataCallback
Packages that use AsyncCallback.DataCallback
Package
Description
-
Uses of AsyncCallback.DataCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.DataCallbackModifier and TypeMethodDescriptionvoid
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.DataCallbackModifier and TypeMethodDescriptionvoid
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 -
Uses of AsyncCallback.DataCallback in org.apache.zookeeper.test.system
Classes in org.apache.zookeeper.test.system that implement AsyncCallback.DataCallbackModifier and TypeClassDescriptionclass
The client that gets spawned for the SimpleSysTest