Uses of Class
org.apache.bookkeeper.proto.BookieProtocol.ReadRequest
-
Packages that use BookieProtocol.ReadRequest Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookieProtocol.ReadRequest in org.apache.bookkeeper.proto
Subclasses of BookieProtocol.ReadRequest in org.apache.bookkeeper.proto Modifier and Type Class Description static class
BookieProtocol.BatchedReadRequest
The request for reading data with batch optimization.Methods in org.apache.bookkeeper.proto that return BookieProtocol.ReadRequest Modifier and Type Method Description (package private) static BookieProtocol.ReadRequest
BookieProtocol.ReadRequest. create(byte protocolVersion, long ledgerId, long entryId, short flags, byte[] masterKey)
Methods in org.apache.bookkeeper.proto with parameters of type BookieProtocol.ReadRequest Modifier and Type Method Description static ReadEntryProcessor
ReadEntryProcessor. create(BookieProtocol.ReadRequest request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, java.util.concurrent.ExecutorService fenceThreadPool, boolean throttleReadResponses)
-