#include <LogicalTxnStoredStructs.h>
Public Attributes | |
SegStreamPosition | logPosition |
Log stream position of first LogicalTxnCheckpointHeader. | |
uint | nUncommittedTxns |
Number of uncommitted transactions active at time of checkpoint. | |
TxnId | nextTxnId |
TxnId of the next new transaction. |
Definition at line 125 of file LogicalTxnStoredStructs.h.
Log stream position of first LogicalTxnCheckpointHeader.
Definition at line 130 of file LogicalTxnStoredStructs.h.
Referenced by LogicalTxnLog::checkpoint(), LogicalTxnLog::deallocateCheckpointedLog(), LogicalTxnLog::LogicalTxnLog(), LogicalRecoveryLog::recover(), and Database::recover().
Number of uncommitted transactions active at time of checkpoint.
Definition at line 135 of file LogicalTxnStoredStructs.h.
Referenced by LogicalTxnLog::checkpoint(), LogicalTxnLog::LogicalTxnLog(), and LogicalRecoveryLog::recover().
TxnId of the next new transaction.
Definition at line 140 of file LogicalTxnStoredStructs.h.
Referenced by LogicalTxnLog::checkpoint(), Database::getLastCommittedTxnId(), and Database::loadHeader().