类 TransactionBufferStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionBufferStats
-
字段概要
字段修饰符和类型字段说明longThe last snapshot timestamps of this transaction buffer.(Optional) The lowWaterMark details of the transaction buffer.The max read position of this transaction buffer.longThe total number of ongoing transactions in this transaction buffer.longlongThe state of this transaction buffer.long -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
state
The state of this transaction buffer. -
maxReadPosition
The max read position of this transaction buffer. -
lastSnapshotTimestamps
public long lastSnapshotTimestampsThe last snapshot timestamps of this transaction buffer. -
lowWaterMarks
(Optional) The lowWaterMark details of the transaction buffer. -
ongoingTxnSize
public long ongoingTxnSizeThe total number of ongoing transactions in this transaction buffer. -
recoverStartTime
public long recoverStartTime -
recoverEndTime
public long recoverEndTime -
totalAbortedTransactions
public long totalAbortedTransactions -
snapshotType
-
segmentsStats
-
-
构造器详细资料
-
TransactionBufferStats
public TransactionBufferStats()
-