Uses of Interface
org.apache.zookeeper.AsyncCallback.ChildrenCallback
-
Packages that use AsyncCallback.ChildrenCallback Package Description org.apache.zookeeper org.apache.zookeeper.test.system -
-
Uses of AsyncCallback.ChildrenCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.ChildrenCallback Modifier and Type Method Description void
ZooKeeper. getChildren(java.lang.String path, boolean watch, AsyncCallback.ChildrenCallback cb, java.lang.Object ctx)
The asynchronous version of getChildren.void
ZooKeeper. getChildren(java.lang.String path, Watcher watcher, AsyncCallback.ChildrenCallback cb, java.lang.Object ctx)
The asynchronous version of getChildren. -
Uses of AsyncCallback.ChildrenCallback in org.apache.zookeeper.test.system
Classes in org.apache.zookeeper.test.system that implement AsyncCallback.ChildrenCallback Modifier and Type Class Description class
InstanceContainer
This class starts up,class
InstanceManager
This class doles out assignments to InstanceContainers that are registered to a ZooKeeper znode.
-