Uses of Class
org.apache.bookkeeper.proto.BookieProtocol.ReadRequest
Packages that use BookieProtocol.ReadRequest
-
Uses of BookieProtocol.ReadRequest in org.apache.bookkeeper.proto
Subclasses of BookieProtocol.ReadRequest in org.apache.bookkeeper.protoModifier and TypeClassDescriptionstatic classThe request for reading data with batch optimization.Methods in org.apache.bookkeeper.proto that return BookieProtocol.ReadRequestModifier and TypeMethodDescription(package private) static BookieProtocol.ReadRequestBookieProtocol.ReadRequest.create(byte protocolVersion, long ledgerId, long entryId, short flags, byte[] masterKey) Methods in org.apache.bookkeeper.proto with parameters of type BookieProtocol.ReadRequestModifier and TypeMethodDescriptionstatic ReadEntryProcessorReadEntryProcessor.create(BookieProtocol.ReadRequest request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, ExecutorService fenceThreadPool, boolean throttleReadResponses)