Package org.apache.bookkeeper.client
Class BatchedReadOp.BatchedLedgerEntryRequest
java.lang.Object
org.apache.bookkeeper.client.ReadOpBase.LedgerEntryRequest
org.apache.bookkeeper.client.BatchedReadOp.BatchedLedgerEntryRequest
- All Implemented Interfaces:
SpeculativeRequestExecutor
- Direct Known Subclasses:
BatchedReadOp.SequenceReadRequest
- Enclosing class:
- BatchedReadOp
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List<LedgerEntry>(package private) final long(package private) final int(package private) final longFields inherited from class org.apache.bookkeeper.client.ReadOpBase.LedgerEntryRequest
complete, eId, ensemble, firstError, numBookiesMissingEntry, rc, writeSet -
Constructor Summary
ConstructorsConstructorDescriptionBatchedLedgerEntryRequest(List<BookieId> ensemble, long lId, long eId, int maxCount, long maxSize) -
Method Summary
Modifier and TypeMethodDescription(package private) booleancomplete(int bookieIndex, BookieId host, ByteBufList bufList) toString()Methods inherited from class org.apache.bookkeeper.client.ReadOpBase.LedgerEntryRequest
close, fail, getRc, isComplete, issueSpeculativeRequest, logErrorAndReattemptRead, maybeSendSpeculativeRead, read
-
Field Details
-
lId
final long lId -
maxCount
final int maxCount -
maxSize
final long maxSize -
entries
-
-
Constructor Details
-
BatchedLedgerEntryRequest
-
-
Method Details
-
complete
-
toString
- Overrides:
toStringin classReadOpBase.LedgerEntryRequest
-