Uses of Class
org.apache.bookkeeper.proto.BookieProtocol.Request
-
Packages that use BookieProtocol.Request Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookieProtocol.Request in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto with type parameters of type BookieProtocol.Request Modifier and Type Class Description (package private) classPacketProcessorBase<T extends BookieProtocol.Request>A base class for bookeeper packet processors.Subclasses of BookieProtocol.Request in org.apache.bookkeeper.proto Modifier and Type Class Description static classBookieProtocol.AuthRequestAn authentication request.static classBookieProtocol.BatchedReadRequestThe request for reading data with batch optimization.static classBookieProtocol.ParsedAddRequestThis is similar to add request, but it used when processing the request on the bookie side.static classBookieProtocol.ReadRequestA Request that reads data.Fields in org.apache.bookkeeper.proto declared as BookieProtocol.Request Modifier and Type Field Description (package private) TPacketProcessorBase. requestMethods in org.apache.bookkeeper.proto with parameters of type BookieProtocol.Request Modifier and Type Method Description (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)
-