Class TransactionAttempt

java.lang.Object
org.apache.storm.transactional.TransactionAttempt

@Deprecated public class TransactionAttempt extends Object
Deprecated.
This is dead code. It is retained to avoid breaking Kryo registration order.
  • Constructor Details

    • TransactionAttempt

      public TransactionAttempt()
      Deprecated.
    • TransactionAttempt

      public TransactionAttempt(BigInteger txid, long attemptId)
      Deprecated.
  • Method Details

    • getTransactionId

      public BigInteger getTransactionId()
      Deprecated.
    • getAttemptId

      public long getAttemptId()
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object