org.apache.hadoop.hbase.client.transactional
Class TransactionState

java.lang.Object
  extended by org.apache.hadoop.hbase.client.transactional.TransactionState

public class TransactionState
extends Object

Holds client-side transaction information. Client's use them as opaque objects passed around to transaction operations.


Method Summary
 long getTransactionId()
          Get the transactionId.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTransactionId

public long getTransactionId()
Get the transactionId.

Returns:
Return the transactionId.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2009 The Apache Software Foundation