#include <SegStream.h>
Public Attributes | |
SegByteId | segByteId |
Physical position. | |
FileSize | cbOffset |
Logical position. |
Definition at line 74 of file SegStream.h.
SegByteId SegStreamPosition::segByteId |
Physical position.
Definition at line 79 of file SegStream.h.
Referenced by LogicalTxnLog::commitTxn(), LogicalTxnLog::commitTxnWithGroup(), LogicalTxnLog::deallocateCheckpointedLog(), SegOutputStream::getSegPos(), SegInputStream::getSegPos(), Database::recover(), LogicalTxnLog::rollbackTxn(), SegInputStream::seekSegPos(), and SegStreamMarker::SegStreamMarker().
Logical position.
Definition at line 84 of file SegStream.h.
Referenced by LogicalTxnLog::commitTxn(), SegStreamMarker::getOffset(), SegOutputStream::getSegPos(), SegInputStream::getSegPos(), LogicalRecoveryLog::redoTxn(), LogicalTxnLog::rollbackTxn(), SegInputStream::seekSegPos(), SegStreamMarker::SegStreamMarker(), and LogicalRecoveryLog::undoTxn().