Uses of Class
org.apache.bookkeeper.client.PendingReadOp.SingleLedgerEntryRequest
-
Packages that use PendingReadOp.SingleLedgerEntryRequest Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of PendingReadOp.SingleLedgerEntryRequest in org.apache.bookkeeper.client
Subclasses of PendingReadOp.SingleLedgerEntryRequest in org.apache.bookkeeper.client Modifier and Type Class Description (package private) class
PendingReadOp.ParallelReadRequest
(package private) class
PendingReadOp.SequenceReadRequest
Fields in org.apache.bookkeeper.client with type parameters of type PendingReadOp.SingleLedgerEntryRequest Modifier and Type Field Description protected java.util.LinkedList<PendingReadOp.SingleLedgerEntryRequest>
PendingReadOp. seq
Methods in org.apache.bookkeeper.client with parameters of type PendingReadOp.SingleLedgerEntryRequest Modifier and Type Method Description (package private) void
PendingReadOp. sendReadTo(int bookieIndex, BookieId to, PendingReadOp.SingleLedgerEntryRequest entry)
-