Class TransactionInBufferStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionInBufferStats
-
Field Summary
Modifier and TypeFieldDescriptionboolean
The flag of this transaction have been aborted.The start position of this transaction in transaction buffer. -
Constructor Summary
-
Method Summary
-
Field Details
-
startPosition
The start position of this transaction in transaction buffer. -
aborted
public boolean abortedThe flag of this transaction have been aborted.
-
-
Constructor Details
-
TransactionInBufferStats
public TransactionInBufferStats()
-