Uses of Class
org.apache.zookeeper.WatchDeregistration
-
Packages that use WatchDeregistration Package Description org.apache.zookeeper -
-
Uses of WatchDeregistration in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type WatchDeregistration Modifier and Type Method Description org.apache.zookeeper.ClientCnxn.Packet
ClientCnxn. queuePacket(org.apache.zookeeper.proto.RequestHeader h, org.apache.zookeeper.proto.ReplyHeader r, org.apache.jute.Record request, org.apache.jute.Record response, AsyncCallback cb, java.lang.String clientPath, java.lang.String serverPath, java.lang.Object ctx, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration)
org.apache.zookeeper.proto.ReplyHeader
ClientCnxn. submitRequest(org.apache.zookeeper.proto.RequestHeader h, org.apache.jute.Record request, org.apache.jute.Record response, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration)
-