类 TransactionMetadata


  • public class TransactionMetadata
    extends java.lang.Object
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • txnId

        public java.lang.String txnId
        The txnId of this transaction.
      • status

        public java.lang.String status
        The status of this transaction.
      • openTimestamp

        public long openTimestamp
        The open time of this transaction.
      • timeoutAt

        public long timeoutAt
        The timeout of this transaction.
      • producedPartitions

        public java.util.Map<java.lang.String,​TransactionInBufferStats> producedPartitions
        The producedPartitions of this transaction.
      • ackedPartitions

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​TransactionInPendingAckStats>> ackedPartitions
        The ackedPartitions of this transaction.
    • 构造器详细资料

      • TransactionMetadata

        public TransactionMetadata()