public class ResetCursorData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
batchIndex |
protected long |
entryId |
protected boolean |
isExcluded |
protected long |
ledgerId |
protected int |
partitionIndex |
| Constructor and Description |
|---|
ResetCursorData(long ledgerId,
long entryId) |
ResetCursorData(long ledgerId,
long entryId,
boolean isExcluded) |
ResetCursorData(MessageId messageId) |
protected long ledgerId
protected long entryId
protected int partitionIndex
protected boolean isExcluded
protected int batchIndex
public ResetCursorData(long ledgerId,
long entryId)
public ResetCursorData(long ledgerId,
long entryId,
boolean isExcluded)
public ResetCursorData(MessageId messageId)
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.