Uses of Class
org.apache.bookkeeper.proto.BookieProtocol.BatchedReadRequest
Packages that use BookieProtocol.BatchedReadRequest
-
Uses of BookieProtocol.BatchedReadRequest in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookieProtocol.BatchedReadRequestModifier and TypeMethodDescription(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.BatchedReadRequestModifier and TypeMethodDescription(package private) static BookieProtocol.ResponseResponseBuilder.buildBatchedReadResponse(ByteBufList data, BookieProtocol.BatchedReadRequest r) static BatchedReadEntryProcessorBatchedReadEntryProcessor.create(BookieProtocol.BatchedReadRequest request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, ExecutorService fenceThreadPool, boolean throttleReadResponses, long maxBatchReadSize)