storm.trident.topology
Class TransactionAttempt

java.lang.Object
  extended by storm.trident.topology.TransactionAttempt

public class TransactionAttempt
extends java.lang.Object


Constructor Summary
TransactionAttempt()
           
TransactionAttempt(java.lang.Long txid, long attemptId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getAttemptId()
           
 java.lang.Long 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.lang.Long txid,
                          long attemptId)
Method Detail

getTransactionId

public java.lang.Long 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