Class PendingReadEntryRequest
- java.lang.Object
-
- org.apache.pulsar.broker.service.streamingdispatch.PendingReadEntryRequest
-
public class PendingReadEntryRequest extends java.lang.ObjectRepresenting a pending read request to read an entry fromManagedLedgercarrying necessary context.
-
-
Constructor Summary
Constructors Constructor Description PendingReadEntryRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PendingReadEntryRequestcreate(java.lang.Object ctx, org.apache.bookkeeper.mledger.impl.PositionImpl position)booleanisLastRequest()voidrecycle()
-
-
-
Method Detail
-
create
public static PendingReadEntryRequest create(java.lang.Object ctx, org.apache.bookkeeper.mledger.impl.PositionImpl position)
-
recycle
public void recycle()
-
isLastRequest
public boolean isLastRequest()
-
-