Storage Engine API
mongo::dur::RecoveryJob::Last Class Reference

Public Member Functions

 Last (OperationContext *opCtx)
 
DurableMappedFilenewEntry (const ParsedJournalEntry &, RecoveryJob &)
 
OperationContext * opCtx ()
 

Private Attributes

OperationContext * _opCtx
 
DurableMappedFilemmf
 
std::string dbName
 
int fileNo
 

Constructor & Destructor Documentation

◆ Last()

mongo::dur::RecoveryJob::Last::Last ( OperationContext *  opCtx)

Member Function Documentation

◆ newEntry()

DurableMappedFile * mongo::dur::RecoveryJob::Last::newEntry ( const ParsedJournalEntry entry,
RecoveryJob rj 
)

◆ opCtx()

OperationContext* mongo::dur::RecoveryJob::Last::opCtx ( )
inline

Member Data Documentation

◆ _opCtx

OperationContext* mongo::dur::RecoveryJob::Last::_opCtx
private

◆ dbName

std::string mongo::dur::RecoveryJob::Last::dbName
private

◆ fileNo

int mongo::dur::RecoveryJob::Last::fileNo
private

◆ mmf

DurableMappedFile* mongo::dur::RecoveryJob::Last::mmf
private

The documentation for this class was generated from the following files: