Class PendingReadEntryRequest

java.lang.Object
org.apache.pulsar.broker.service.streamingdispatch.PendingReadEntryRequest

public class PendingReadEntryRequest extends Object
Representing a pending read request to read an entry from ManagedLedger carrying necessary context.
  • Field Details

    • entry

      public org.apache.bookkeeper.mledger.Entry entry
    • ctx

      public Object ctx
    • position

      public org.apache.bookkeeper.mledger.impl.PositionImpl position
  • Constructor Details

    • PendingReadEntryRequest

      public PendingReadEntryRequest()
  • Method Details

    • create

      public static PendingReadEntryRequest create(Object ctx, org.apache.bookkeeper.mledger.impl.PositionImpl position)
    • recycle

      public void recycle()
    • isLastRequest

      public boolean isLastRequest()