Package org.rocksdb

Class TransactionDB.DeadlockInfo

java.lang.Object
org.rocksdb.TransactionDB.DeadlockInfo
Enclosing class:
TransactionDB

public static class TransactionDB.DeadlockInfo extends Object
  • Method Details

    • getTransactionID

      public long getTransactionID()
      Get the Transaction ID.
      Returns:
      the transaction ID
    • getColumnFamilyId

      public long getColumnFamilyId()
      Get the Column Family ID.
      Returns:
      The column family ID
    • getWaitingKey

      public String getWaitingKey()
      Get the key that we are waiting on.
      Returns:
      the key that we are waiting on
    • isExclusive

      public boolean isExclusive()
      Get the Lock status.
      Returns:
      true if the lock is exclusive, false if the lock is shared.