Uses of Interface
org.apache.zookeeper.AsyncCallback.StatCallback
-
Packages that use AsyncCallback.StatCallback Package Description org.apache.zookeeper org.apache.zookeeper.test.system -
-
Uses of AsyncCallback.StatCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.StatCallback Modifier and Type Method Description void
ZooKeeper. exists(java.lang.String path, boolean watch, AsyncCallback.StatCallback cb, java.lang.Object ctx)
The asynchronous version of exists.void
ZooKeeper. exists(java.lang.String path, Watcher watcher, AsyncCallback.StatCallback cb, java.lang.Object ctx)
The asynchronous version of exists.void
ZooKeeper. setACL(java.lang.String path, java.util.List<ACL> acl, int version, AsyncCallback.StatCallback cb, java.lang.Object ctx)
The asynchronous version of setACL.void
ZooKeeper. setData(java.lang.String path, byte[] data, int version, AsyncCallback.StatCallback cb, java.lang.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.StatCallback Modifier and Type Class Description class
SimpleClient
The client that gets spawned for the SimpleSysTest
-