Package org.rocksdb
Class Transaction.WaitingTransactions
- java.lang.Object
-
- org.rocksdb.Transaction.WaitingTransactions
-
- Enclosing class:
- Transaction
public static class Transaction.WaitingTransactions extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetColumnFamilyId()Get the Column Family ID.java.lang.StringgetKey()Get the key on which the transactions are waiting.long[]getTransactionIds()Get the IDs of the waiting transactions.
-
-
-
Method Detail
-
getColumnFamilyId
public long getColumnFamilyId()
Get the Column Family ID.- Returns:
- The column family ID
-
getKey
public java.lang.String 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
-
-