Class AdminUtil.FateStatus

  • Enclosing class:
    AdminUtil<T>

    public static class AdminUtil.FateStatus
    extends Object
    • Method Detail

      • getDanglingHeldLocks

        public Map<String,​List<String>> getDanglingHeldLocks()
        Get locks that are held by non existent FATE transactions. These are table or namespace locks.
        Returns:
        map where keys are transaction ids and values are a list of table IDs and/or namespace IDs. The transaction IDs are in the same format as transaction IDs in the Accumulo logs.
      • getDanglingWaitingLocks

        public Map<String,​List<String>> getDanglingWaitingLocks()
        Get locks that are waiting to be acquired by non existent FATE transactions. These are table or namespace locks.
        Returns:
        map where keys are transaction ids and values are a list of table IDs and/or namespace IDs. The transaction IDs are in the same format as transaction IDs in the Accumulo logs.