Class TransactionBufferStats
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.TransactionBufferStats
-
public class TransactionBufferStats extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description 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.
-
Constructor Summary
Constructors Constructor Description TransactionBufferStats()
-
-
-
Field Detail
-
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.
-
-