Interface TransactionCommitLockInfo


  • @Immutable
    public interface TransactionCommitLockInfo
    Data about the amount of commit locks requested by a transaction.
    • Method Detail

      • cellCommitLocksRequested

        long cellCommitLocksRequested()
        The number of cell-level locks requested as part of the commit protocol (excluding any user-defined locking).
      • rowCommitLocksRequested

        long rowCommitLocksRequested()
        The number of row-level locks requested as part of the commit protocol (excluding any user-defined locking). For write transactions, this includes the single row lock that is requested for the transaction table itself.