Class AdminUtil.TransactionStatus

  • Enclosing class:
    AdminUtil<T>

    public static class AdminUtil.TransactionStatus
    extends Object
    FATE transaction status, including lock information.
    • 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.
      • getDebug

        public String getDebug()
        Returns:
        The debug info for the operation on the top of the stack for this Fate operation.
      • getHeldLocks

        public List<String> getHeldLocks()
        Returns:
        list of namespace and table ids locked
      • 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.