backtype.storm.transactional
Class TransactionAttempt

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

public class TransactionAttempt
extends Object


Constructor Summary
TransactionAttempt()
           
TransactionAttempt(BigInteger txid, long attemptId)
           
 
Method Summary
 boolean equals(Object o)
           
 long getAttemptId()
           
 BigInteger getTransactionId()
           
 int hashCode()
           
 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(BigInteger txid,
                          long attemptId)
Method Detail

getTransactionId

public BigInteger getTransactionId()

getAttemptId

public long getAttemptId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.