The NoOpJournalListener is a trivial implementation of a JournalListener, that does nothing.
More...
#include <journal_listener.h>
The NoOpJournalListener is a trivial implementation of a JournalListener, that does nothing.
NoOpJournalListener::instance exists simply as a default implementation for storage engines to use until they are passed a JournalListener with greater functionality, allowing us to avoid checking for JournalListener-nullness.
|
using | Token = repl::OpTime |
|
◆ ~NoOpJournalListener()
virtual mongo::NoOpJournalListener::~NoOpJournalListener |
( |
| ) |
|
|
virtualdefault |
◆ getToken()
◆ onDurable()
virtual void mongo::NoOpJournalListener::onDurable |
( |
const Token & |
token | ) |
|
|
inlinevirtual |
◆ instance
The documentation for this class was generated from the following files: