类 TransactionInBufferStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionInBufferStats
-
字段概要
字段修饰符和类型字段说明booleanThe flag of this transaction have been aborted.The start position of this transaction in transaction buffer. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
startPosition
The start position of this transaction in transaction buffer. -
aborted
public boolean abortedThe flag of this transaction have been aborted.
-
-
构造器详细资料
-
TransactionInBufferStats
public TransactionInBufferStats()
-