Package org.apache.storm.transactional
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 Summary
Constructors Constructor Description TransactionAttempt()
Deprecated.TransactionAttempt(BigInteger txid, long attemptId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.long
getAttemptId()
Deprecated.BigInteger
getTransactionId()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
TransactionAttempt
public TransactionAttempt()
Deprecated.
-
TransactionAttempt
public TransactionAttempt(BigInteger txid, long attemptId)
Deprecated.
-
-
Method Detail
-
getTransactionId
public BigInteger getTransactionId()
Deprecated.
-
getAttemptId
public long getAttemptId()
Deprecated.
-
-