Uses of Interface
org.apache.zookeeper.AsyncCallback
Packages that use AsyncCallback
Package
Description
-
Uses of AsyncCallback in org.apache.zookeeper
Subinterfaces of AsyncCallback in org.apache.zookeeperModifier and TypeInterfaceDescriptionstatic interfaceThis callback is used to retrieve the ACL and stat of the node.static interfaceThis callback is used to get all children node number of the node.static interfaceThis callback is used to retrieve the children and stat of the node.static interfaceThis callback is used to retrieve the children of the node.static interfaceThis callback is used to retrieve the name and stat of the node.static interfaceThis callback is used to retrieve the data and stat of the node.static interfaceThis callback is used to process the getEphemerals results from a single getEphemerals call.static interfaceThis callback is used to process the multiple results from a single multi call.static interfaceThis callback is used to retrieve the stat of the node.static interfaceThis callback is used to retrieve the name of the node.static interfaceThis callback doesn't retrieve anything from the node.Methods in org.apache.zookeeper with parameters of type AsyncCallbackModifier and TypeMethodDescriptionorg.apache.zookeeper.ClientCnxn.PacketClientCnxn.queuePacket(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, String clientPath, String serverPath, Object ctx, ZooKeeper.WatchRegistration watchRegistration) org.apache.zookeeper.ClientCnxn.PacketClientCnxn.queuePacket(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, String clientPath, String serverPath, Object ctx, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration) voidClientCnxn.sendPacket(Record request, Record response, AsyncCallback cb, int opCode) -
Uses of AsyncCallback in org.apache.zookeeper.client
Classes in org.apache.zookeeper.client that implement AsyncCallback -
Uses of AsyncCallback in org.apache.zookeeper.test.system
Classes in org.apache.zookeeper.test.system that implement AsyncCallbackModifier and TypeClassDescriptionclassThis class starts up,classThis class doles out assignments to InstanceContainers that are registered to a ZooKeeper znode.classThe client that gets spawned for the SimpleSysTest