Package org.apache.accumulo.fate
Class AdminUtil.TransactionStatus
- java.lang.Object
-
- org.apache.accumulo.fate.AdminUtil.TransactionStatus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDebug()List<String>getHeldLocks()ReadOnlyTStore.TStatusgetStatus()StringgetTop()StringgetTxid()List<String>getWaitingLocks()
-
-
-
Method Detail
-
getTxid
public String getTxid()
- Returns:
- This fate operations transaction id, formatted in the same way as FATE transactions are in the Accumulo logs.
-
getStatus
public ReadOnlyTStore.TStatus getStatus()
-
getDebug
public String getDebug()
- Returns:
- The debug info for the operation on the top of the stack for this Fate operation.
-
getWaitingLocks
public List<String> getWaitingLocks()
- Returns:
- list of namespace and table ids locked
-
getTop
public String getTop()
- Returns:
- The operation on the top of the stack for this Fate operation.
-
-