Class TransactionCoordinatorStatus
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionCoordinatorStatus
Transaction coordinator status.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The sequenceId of transaction metadataStore.long
The low water mark of transaction metadataStore.The state of this transaction metadataStore. -
Constructor Summary
-
Method Summary
-
Field Details
-
state
The state of this transaction metadataStore. -
leastSigBits
public long leastSigBitsThe sequenceId of transaction metadataStore. -
lowWaterMark
public long lowWaterMarkThe low water mark of transaction metadataStore.
-
-
Constructor Details
-
TransactionCoordinatorStatus
public TransactionCoordinatorStatus()
-