Package org.rocksdb
Class Transaction.WaitingTransactions
java.lang.Object
org.rocksdb.Transaction.WaitingTransactions
- Enclosing class:
Transaction
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the Column Family ID.getKey()Get the key on which the transactions are waiting.long[]Get the IDs of the waiting transactions.
-
Method Details
-
getColumnFamilyId
public long getColumnFamilyId()Get the Column Family ID.- Returns:
- The column family ID
-
getKey
Get the key on which the transactions are waiting.- Returns:
- The key
-
getTransactionIds
public long[] getTransactionIds()Get the IDs of the waiting transactions.- Returns:
- The IDs of the waiting transactions
-