Class TransactionCoordinatorStatus
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionCoordinatorStatus
Transaction coordinator status.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionlongThe sequenceId of transaction metadataStore.longThe low water mark of transaction metadataStore.The state of this transaction metadataStore.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
stateThe state of this transaction metadataStore.
- 
leastSigBitspublic long leastSigBitsThe sequenceId of transaction metadataStore.
- 
lowWaterMarkpublic long lowWaterMarkThe low water mark of transaction metadataStore.
 
- 
- 
Constructor Details- 
TransactionCoordinatorStatuspublic TransactionCoordinatorStatus()
 
-