Uses of Class
org.apache.zookeeper.proto.ReplyHeader
-
Packages that use ReplyHeader Package Description org.apache.zookeeper org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.controller -
-
Uses of ReplyHeader in org.apache.zookeeper
Methods in org.apache.zookeeper that return ReplyHeader Modifier and Type Method Description ReplyHeaderClientCnxn. submitRequest(RequestHeader h, Record request, Record response, ZooKeeper.WatchRegistration watchRegistration)ReplyHeaderClientCnxn. submitRequest(RequestHeader h, Record request, Record response, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration)Methods in org.apache.zookeeper with parameters of type ReplyHeader Modifier and Type Method Description org.apache.zookeeper.ClientCnxn.PacketClientCnxn. queuePacket(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, java.lang.String clientPath, java.lang.String serverPath, java.lang.Object ctx, ZooKeeper.WatchRegistration watchRegistration)org.apache.zookeeper.ClientCnxn.PacketClientCnxn. queuePacket(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, java.lang.String clientPath, java.lang.String serverPath, java.lang.Object ctx, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration) -
Uses of ReplyHeader in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server with parameters of type ReplyHeader Modifier and Type Method Description voidServerCnxn. decrOutstandingAndCheckThrottle(ReplyHeader h)intDumbWatcher. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)intNettyServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)intNIOServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)intServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag)abstract intServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)Serializes a ZooKeeper response and enqueues it for sending.protected java.nio.ByteBuffer[]ServerCnxn. serialize(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode) -
Uses of ReplyHeader in org.apache.zookeeper.server.controller
Methods in org.apache.zookeeper.server.controller with parameters of type ReplyHeader Modifier and Type Method Description intControllableConnection. sendResponse(ReplyHeader header, Record record, java.lang.String tag)
-