Package org.rocksdb

Class 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
      long getColumnFamilyId()
      Get the Column Family ID.
      java.lang.String getKey()
      Get the key on which the transactions are waiting.
      long[] getTransactionIds()
      Get the IDs of the waiting transactions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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