![]() |
Storage Engine API
|
#include <string>#include <boost/filesystem/path.hpp>#include "mongo/base/status.h"#include "mongo/base/string_data.h"#include "mongo/db/concurrency/lock_manager_defs.h"#include "mongo/db/storage/mmap_v1/diskloc.h"#include "mongo/db/storage/mmap_v1/extent_manager.h"#include "mongo/db/storage/mmap_v1/record_access_tracker.h"#include "mongo/platform/atomic_word.h"#include "mongo/stdx/mutex.h"Go to the source code of this file.
Classes | |
| class | mongo::MmapV1ExtentManager |
| ExtentManager basics. More... | |
| class | mongo::MmapV1ExtentManager::Factory |
| class | mongo::MmapV1ExtentManager::FilesArray |
| Simple wrapper around an array object to allow append-only modification of the array, as well as concurrent read-accesses. More... | |
Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |