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 TypeMethodDescriptionvoidZooKeeper.getConfig(boolean watch, AsyncCallback.DataCallback cb, Object ctx) The Asynchronous version of getConfig.voidZooKeeper.getConfig(Watcher watcher, AsyncCallback.DataCallback cb, Object ctx) The asynchronous version of getConfig.voidZooKeeper.getData(String path, boolean watch, AsyncCallback.DataCallback cb, Object ctx) The asynchronous version of getData.voidZooKeeper.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 TypeMethodDescriptionvoidZooKeeperAdmin.reconfigure(String joiningServers, String leavingServers, String newMembers, long fromConfig, AsyncCallback.DataCallback cb, Object ctx) The Asynchronous version of reconfig.voidZooKeeperAdmin.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 TypeClassDescriptionclassThe client that gets spawned for the SimpleSysTest