Uses of Interface
org.apache.zookeeper.AsyncCallback.StringCallback
Packages that use AsyncCallback.StringCallback
-
Uses of AsyncCallback.StringCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.StringCallbackModifier and TypeMethodDescriptionvoid
ZooKeeper.create
(String path, byte[] data, List<ACL> acl, CreateMode createMode, AsyncCallback.StringCallback cb, Object ctx) The asynchronous version of create.static void
ZKUtil.visitSubTreeDFS
(ZooKeeper zk, String path, boolean watch, AsyncCallback.StringCallback cb) Visits the subtree with root as given path and calls the passed callback with each znode found during the search. -
Uses of AsyncCallback.StringCallback in org.apache.zookeeper.test.system
Classes in org.apache.zookeeper.test.system that implement AsyncCallback.StringCallbackModifier and TypeClassDescriptionclass
The client that gets spawned for the SimpleSysTest