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.
      • getTxName

        public String getTxName()
        Returns:
        The name of the transaction running.
      • 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.
      • 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.