Package org.rocksdb
Class TransactionDB.KeyLockInfo
java.lang.Object
org.rocksdb.TransactionDB.KeyLockInfo
- Enclosing class:
TransactionDB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Get the key.long[]Get the Transaction IDs.booleanGet the Lock status.
-
Constructor Details
-
KeyLockInfo
-
-
Method Details
-
getKey
Get the key.- Returns:
- the key
-
getTransactionIDs
public long[] getTransactionIDs()Get the Transaction IDs.- Returns:
- the Transaction IDs.
-
isExclusive
public boolean isExclusive()Get the Lock status.- Returns:
- true if the lock is exclusive, false if the lock is shared.
-