Storage Engine API
mongo::MongoFile::Flushable Class Referenceabstract

Flushable has to fail nicely if the underlying object gets killed. More...

#include <mmap.h>

Detailed Description

Flushable has to fail nicely if the underlying object gets killed.

Public Member Functions

virtual ~Flushable ()
 
virtual void flush (OperationContext *opCtx)=0
 

Constructor & Destructor Documentation

◆ ~Flushable()

virtual mongo::MongoFile::Flushable::~Flushable ( )
inlinevirtual

Member Function Documentation

◆ flush()

virtual void mongo::MongoFile::Flushable::flush ( OperationContext *  opCtx)
pure virtual

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