Uses of Class
org.apache.bookkeeper.proto.BookieProtocol.Request
Packages that use BookieProtocol.Request
-
Uses of BookieProtocol.Request in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto with type parameters of type BookieProtocol.RequestModifier and TypeClassDescription(package private) classPacketProcessorBase<T extends BookieProtocol.Request>A base class for bookeeper packet processors.Subclasses of BookieProtocol.Request in org.apache.bookkeeper.protoModifier and TypeClassDescriptionstatic classAn authentication request.static classThe request for reading data with batch optimization.static classThis is similar to add request, but it used when processing the request on the bookie side.static classA Request that reads data.Fields in org.apache.bookkeeper.proto declared as BookieProtocol.RequestMethods in org.apache.bookkeeper.proto with parameters of type BookieProtocol.RequestModifier and TypeMethodDescription(package private) static BookieProtocol.ResponseResponseBuilder.buildAddResponse(BookieProtocol.Request r) (package private) static BookieProtocol.ResponseResponseBuilder.buildErrorResponse(int errorCode, BookieProtocol.Request r) (package private) static BookieProtocol.ResponseResponseBuilder.buildReadResponse(io.netty.buffer.ByteBuf data, BookieProtocol.Request r)