public class PendingReadEntryRequest extends Object
ManagedLedger carrying necessary context.| Modifier and Type | Field and Description |
|---|---|
Object |
ctx |
Entry |
entry |
PositionImpl |
position |
| Constructor and Description |
|---|
PendingReadEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
static PendingReadEntryRequest |
create(Object ctx,
PositionImpl position) |
boolean |
isLastRequest() |
void |
recycle() |
public Entry entry
public Object ctx
public PositionImpl position
public static PendingReadEntryRequest create(Object ctx, PositionImpl position)
public void recycle()
public boolean isLastRequest()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.