Class TransactionMetadata


  • public class TransactionMetadata
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.
    • Constructor Detail

      • TransactionMetadata

        public TransactionMetadata()