Package org.rocksdb
Class TransactionDB.DeadlockInfo
java.lang.Object
org.rocksdb.TransactionDB.DeadlockInfo
- Enclosing class:
TransactionDB
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the Column Family ID.longGet the Transaction ID.Get the key that we are waiting on.booleanGet the Lock status.
-
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
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.
-