Uses of Interface
org.apache.zookeeper.AsyncCallback.StatCallback
Packages that use AsyncCallback.StatCallback
-
Uses of AsyncCallback.StatCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.StatCallbackModifier and TypeMethodDescriptionvoidZooKeeper.exists(String path, boolean watch, AsyncCallback.StatCallback cb, Object ctx) The asynchronous version of exists.voidZooKeeper.exists(String path, Watcher watcher, AsyncCallback.StatCallback cb, Object ctx) The asynchronous version of exists.voidZooKeeper.setACL(String path, List<ACL> acl, int version, AsyncCallback.StatCallback cb, Object ctx) The asynchronous version of setACL.voidZooKeeper.setData(String path, byte[] data, int version, AsyncCallback.StatCallback cb, Object ctx) The asynchronous version of setData. -
Uses of AsyncCallback.StatCallback in org.apache.zookeeper.test.system
Classes in org.apache.zookeeper.test.system that implement AsyncCallback.StatCallbackModifier and TypeClassDescriptionclassThe client that gets spawned for the SimpleSysTest