Package org.rocksdb

Class Transaction.WaitingTransactions

java.lang.Object
org.rocksdb.Transaction.WaitingTransactions
Enclosing class:
Transaction

public static class Transaction.WaitingTransactions extends Object
  • Method Details

    • getColumnFamilyId

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

      public 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