Uses of Class
bitronix.tm.journal.TransactionLogRecord
Packages that use TransactionLogRecord
Package
Description
GUI admin console.
Transactions disk journal.
-
Uses of TransactionLogRecord in bitronix.tm.gui
Methods in bitronix.tm.gui that return TransactionLogRecordModifier and TypeMethodDescriptionPendingTransactionTableModel.getRow(int row) RawTransactionTableModel.getRow(int row) abstract TransactionLogRecordTransactionTableModel.getRow(int row) Methods in bitronix.tm.gui with parameters of type TransactionLogRecordModifier and TypeMethodDescriptionbooleanPendingTransactionTableModel.acceptLog(TransactionLogRecord tlog) booleanRawTransactionTableModel.acceptLog(TransactionLogRecord tlog) abstract booleanTransactionTableModel.acceptLog(TransactionLogRecord tlog) Constructors in bitronix.tm.gui with parameters of type TransactionLogRecord -
Uses of TransactionLogRecord in bitronix.tm.journal
Methods in bitronix.tm.journal that return TransactionLogRecordModifier and TypeMethodDescriptionTransactionLogCursor.readLog()Fetch the next TransactionLogRecord from log, recalculating the CRC and checking it against the stored one.TransactionLogCursor.readLog(boolean skipCrcCheck) Fetch the next TransactionLogRecord from log.Methods in bitronix.tm.journal that return types with arguments of type TransactionLogRecordModifier and TypeMethodDescriptionDiskJournal.collectDanglingRecords()Collect all dangling records of the active log file.Journal.collectDanglingRecords()Collect all dangling records of the journal, ie: COMMITTING records with no corresponding COMMITTED record.NullJournal.collectDanglingRecords()Methods in bitronix.tm.journal with parameters of type TransactionLogRecordModifier and TypeMethodDescriptionbooleanTransactionLogAppender.writeLog(TransactionLogRecord tlog) Write aTransactionLogRecordto disk.