类 TransactionBufferStats
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.TransactionBufferStats
-
public class TransactionBufferStats extends java.lang.Object
-
-
字段概要
字段 修饰符和类型 字段 说明 longlastSnapshotTimestampsThe last snapshot timestamps of this transaction buffer.java.lang.StringmaxReadPositionThe max read position of this transaction buffer.java.lang.StringstateThe state of this transaction buffer.
-
构造器概要
构造器 构造器 说明 TransactionBufferStats()
-
-
-
字段详细资料
-
state
public java.lang.String state
The state of this transaction buffer.
-
maxReadPosition
public java.lang.String maxReadPosition
The max read position of this transaction buffer.
-
lastSnapshotTimestamps
public long lastSnapshotTimestamps
The last snapshot timestamps of this transaction buffer.
-
-