| Package | Description | 
|---|---|
| org.apache.zookeeper | |
| org.apache.zookeeper.client | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | AsyncCallback.ACLCallbackThis callback is used to retrieve the ACL and stat of the node. | 
| static interface  | AsyncCallback.Children2CallbackThis callback is used to retrieve the children and stat of the node. | 
| static interface  | AsyncCallback.ChildrenCallbackThis callback is used to retrieve the children of the node. | 
| static interface  | AsyncCallback.Create2CallbackThis callback is used to retrieve the name and stat of the node. | 
| static interface  | AsyncCallback.DataCallbackThis callback is used to retrieve the data and stat of the node. | 
| static interface  | AsyncCallback.MultiCallbackThis callback is used to process the multiple results from
 a single multi call. | 
| static interface  | AsyncCallback.StatCallbackThis callback is used to retrieve the stat of the node. | 
| static interface  | AsyncCallback.StringCallbackThis callback is used to retrieve the name of the node. | 
| static interface  | AsyncCallback.VoidCallbackThis callback doesn't retrieve anything from the node. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ZooKeeperSaslClient.ServerSaslResponseCallback | 
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.