类 TransactionBufferStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionBufferStats
-
字段概要
字段修饰符和类型字段说明longThe last snapshot timestamps of this transaction buffer.The max read position of this transaction buffer.The state of this transaction buffer. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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.
-
-
构造器详细资料
-
TransactionBufferStats
public TransactionBufferStats()
-