![]() |
Storage Engine API
|
#include <set>#include <sstream>#include <vector>#include "mongo/base/disallow_copying.h"#include "mongo/db/client.h"#include "mongo/db/concurrency/d_concurrency.h"#include "mongo/db/operation_context.h"Go to the source code of this file.
Classes | |
| class | mongo::MAdvise |
| class | mongo::LockMongoFilesShared |
| class | mongo::LockMongoFilesExclusive |
| class | mongo::MongoFile |
| class | mongo::MongoFile::Flushable |
| Flushable has to fail nicely if the underlying object gets killed. More... | |
| class | mongo::MongoFileFinder |
| look up a MMF by filename. More... | |
| class | mongo::MemoryMappedFile |
Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |
Typedefs | |
| typedef int | mongo::HANDLE |
Functions | |
| std::size_t | mongo::getMinOSPageSizeBytes () |
| void | mongo::minOSPageSizeBytesTest (size_t minOSPageSizeBytes) |
| void | mongo::dataSyncFailedHandler () |