Interface IBmLockWaitingTransactionInfo

    • Method Detail

      • getWaitedResourceId

        long getWaitedResourceId()
        Gets the ID of the resource being waited.
        Returns:
        the ID of the resource being waited.
      • waitsForWriting

        boolean waitsForWriting()
        Checks whether the transaction waits to acquire the resource for writing.
        Returns:
        true if the transaction waits to acquire the resource for writing, false otherwise.