Class TransactionPendingAckStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionPendingAckStats
-
Field Summary
FieldsModifier and TypeFieldDescription(Optional) The lowWaterMark details of the transaction pending ack.longThe total number of ongoing transactions in this transaction pending ack.longlongThe state of this pending ack. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
The state of this pending ack. -
lowWaterMarks
(Optional) The lowWaterMark details of the transaction pending ack. -
ongoingTxnSize
public long ongoingTxnSizeThe total number of ongoing transactions in this transaction pending ack. -
recoverStartTime
public long recoverStartTime -
recoverEndTime
public long recoverEndTime
-
-
Constructor Details
-
TransactionPendingAckStats
public TransactionPendingAckStats()
-