Interface DBTransactionMBean

    • Method Detail

      • getLogThresholdOperation

        int getLogThresholdOperation()
        Returns the pool size for operation objects, by default 1000.
        Returns:
        The pool size for operation objects.
      • getPhaseInfo

        String getPhaseInfo()
        Description copied from interface: TransactionMBean
        Returns a string representation of the transaction state.
        Specified by:
        getPhaseInfo in interface TransactionMBean
        Returns:
        the string representation of the transaction state.
      • getDBTableName

        String getDBTableName()
      • getDBInsertStatement

        String getDBInsertStatement()
      • getDBUpdateStatement

        String getDBUpdateStatement()
      • getDBLoadStatement

        String getDBLoadStatement()
      • getDBDeleteStatement

        String getDBDeleteStatement()
      • getDBCloseStatement

        String getDBCloseStatement()
      • getAverageCommitTime

        long getAverageCommitTime()
      • getCommitBytes

        long getCommitBytes()
        Returns the number of bytes written to database since last boot.
        Returns:
        The number of commit operation.
      • getNbInserts

        int getNbInserts()
        Returns the number of inserts in database since last boot.
        Returns:
        The number of inserts in database.
      • getBadInserts

        int getBadInserts()
        Returns the number of bad inserts in database since last boot (record already existing).
        Returns:
        The number of bad insert in database.
      • getNbUpdates

        int getNbUpdates()
        Returns the number of updates in database since last boot.
        Returns:
        The number of updates in database.
      • getBadUpdates

        int getBadUpdates()
        Returns the number of bad updates in database since last boot (record needing to be inserted).
        Returns:
        The number of bad updates in database.
      • getNbDeletes

        int getNbDeletes()
        Returns the number of deletes in database since last boot.
        Returns:
        The number of deletes in database.
      • dumpProperties

        String dumpProperties()
        Returns the configuration properties of the component.
        Returns:
        the configuration properties of the component.