Uses of Class
org.apache.bookkeeper.proto.BookieProtocol.BatchedReadRequest
-
Packages that use BookieProtocol.BatchedReadRequest Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookieProtocol.BatchedReadRequest in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookieProtocol.BatchedReadRequest Modifier and Type Method Description (package private) static BookieProtocol.BatchedReadRequest
BookieProtocol.BatchedReadRequest. create(byte protocolVersion, long ledgerId, long entryId, short flags, byte[] masterKey, long requestId, int maxCount, long maxSize)
Methods in org.apache.bookkeeper.proto with parameters of type BookieProtocol.BatchedReadRequest Modifier and Type Method Description (package private) static BookieProtocol.Response
ResponseBuilder. buildBatchedReadResponse(ByteBufList data, BookieProtocol.BatchedReadRequest r)
static BatchedReadEntryProcessor
BatchedReadEntryProcessor. create(BookieProtocol.BatchedReadRequest request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, java.util.concurrent.ExecutorService fenceThreadPool, boolean throttleReadResponses, long maxBatchReadSize)
-