backtype.storm.transactional
Class TransactionAttempt

java.lang.Object
  extended by backtype.storm.transactional.TransactionAttempt

public class TransactionAttempt
extends java.lang.Object


Constructor Summary
TransactionAttempt()
           
TransactionAttempt(java.math.BigInteger txid, long attemptId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getAttemptId()
           
 java.math.BigInteger getTransactionId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionAttempt

public TransactionAttempt()

TransactionAttempt

public TransactionAttempt(java.math.BigInteger txid,
                          long attemptId)
Method Detail

getTransactionId

public java.math.BigInteger getTransactionId()

getAttemptId

public long getAttemptId()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object