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

abstract class BatchedReadOp.BatchedLedgerEntryRequest extends ReadOpBase.LedgerEntryRequest
  • Field Details

    • lId

      final long lId
    • maxCount

      final int maxCount
    • maxSize

      final long maxSize
    • entries

      final List<LedgerEntry> entries
  • Constructor Details

    • BatchedLedgerEntryRequest

      BatchedLedgerEntryRequest(List<BookieId> ensemble, long lId, long eId, int maxCount, long maxSize)
  • Method Details