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 interface
This callback is used to retrieve the ACL and stat of the node.static interface
This callback is used to get all children node number of the node.static interface
This callback is used to retrieve the children and stat of the node.static interface
This callback is used to retrieve the children of the node.static interface
This callback is used to retrieve the name and stat of the node.static interface
This callback is used to retrieve the data and stat of the node.static interface
This callback is used to process the getEphemerals results from a single getEphemerals call.static interface
This callback is used to process the multiple results from a single multi call.static interface
This callback is used to retrieve the stat of the node.static interface
This callback is used to retrieve the name of the node.static interface
This callback doesn't retrieve anything from the node.Methods in org.apache.zookeeper with parameters of type AsyncCallbackModifier and TypeMethodDescriptionorg.apache.zookeeper.ClientCnxn.Packet
ClientCnxn.queuePacket
(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, String clientPath, String serverPath, Object ctx, ZooKeeper.WatchRegistration watchRegistration) org.apache.zookeeper.ClientCnxn.Packet
ClientCnxn.queuePacket
(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, String clientPath, String serverPath, Object ctx, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration) void
ClientCnxn.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 TypeClassDescriptionclass
This class starts up,class
This class doles out assignments to InstanceContainers that are registered to a ZooKeeper znode.class
The client that gets spawned for the SimpleSysTest