类 ResetCursorData
java.lang.Object
org.apache.pulsar.client.impl.ResetCursorData
-
字段概要
字段修饰符和类型字段说明protected intprotected longprotected booleanprotected longprotected int -
构造器概要
构造器构造器说明ResetCursorData(long ledgerId, long entryId) ResetCursorData(long ledgerId, long entryId, boolean isExcluded) ResetCursorData(long ledgerId, long entryId, boolean isExcluded, Map<String, String> properties) ResetCursorData(MessageId messageId) -
方法概要
-
字段详细资料
-
ledgerId
protected long ledgerId -
entryId
protected long entryId -
partitionIndex
protected int partitionIndex -
isExcluded
protected boolean isExcluded -
batchIndex
protected int batchIndex -
properties
-
-
构造器详细资料
-
ResetCursorData
public ResetCursorData(long ledgerId, long entryId) -
ResetCursorData
public ResetCursorData(long ledgerId, long entryId, boolean isExcluded) -
ResetCursorData
-
ResetCursorData
-