Package org.apache.accumulo.core.fate
Class AdminUtil.TransactionStatus
- java.lang.Object
-
- org.apache.accumulo.core.fate.AdminUtil.TransactionStatus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getHeldLocks()
ReadOnlyTStore.TStatus
getStatus()
long
getTimeCreated()
String
getTimeCreatedFormatted()
String
getTop()
String
getTxid()
String
getTxName()
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()
-
getTxName
public String getTxName()
- Returns:
- The name of the transaction running.
-
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.
-
getTimeCreatedFormatted
public String getTimeCreatedFormatted()
- Returns:
- The timestamp of when the operation was created in ISO format with UTC timezone.
-
getTimeCreated
public long getTimeCreated()
- Returns:
- The unformatted form of the timestamp.
-
-