![]() |
Storage Engine API
|
#include "mongo/base/disallow_copying.h"#include "mongo/db/storage/journal_listener.h"#include "mongo/db/storage/mmap_v1/aligned_builder.h"#include "mongo/db/storage/mmap_v1/commit_notifier.h"#include "mongo/db/storage/mmap_v1/dur_journalformat.h"#include "mongo/stdx/thread.h"#include "mongo/util/queue.h"Go to the source code of this file.
Classes | |
| class | mongo::dur::JournalWriter |
| Manages the thread and queues used for writing the journal to disk and notify parties with are waiting on the write concern. More... | |
| class | mongo::dur::JournalWriter::Buffer |
| Stores the memory and the header for a complete journal buffer which is pending to be written by the journal writer thread. More... | |
Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |
| mongo::dur | |