类 TransactionCoordinatorStatus
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionCoordinatorStatus
Transaction coordinator status.
-
字段概要
字段修饰符和类型字段说明longThe sequenceId of transaction metadataStore.longThe low water mark of transaction metadataStore.The state of this transaction metadataStore. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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.
-
-
构造器详细资料
-
TransactionCoordinatorStatus
public TransactionCoordinatorStatus()
-