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.BatchedReadRequestBookieProtocol.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.ResponseResponseBuilder. buildBatchedReadResponse(ByteBufList data, BookieProtocol.BatchedReadRequest r)static BatchedReadEntryProcessorBatchedReadEntryProcessor. create(BookieProtocol.BatchedReadRequest request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, java.util.concurrent.ExecutorService fenceThreadPool, boolean throttleReadResponses, long maxBatchReadSize)
-