Uses of Class
org.apache.bookkeeper.proto.ReadEntryProcessor
-
Packages that use ReadEntryProcessor Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of ReadEntryProcessor in org.apache.bookkeeper.proto
Subclasses of ReadEntryProcessor in org.apache.bookkeeper.proto Modifier and Type Class Description class
BatchedReadEntryProcessor
Methods in org.apache.bookkeeper.proto that return ReadEntryProcessor Modifier and Type Method Description static ReadEntryProcessor
ReadEntryProcessor. create(BookieProtocol.ReadRequest request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, java.util.concurrent.ExecutorService fenceThreadPool, boolean throttleReadResponses)
-