![]() |
Storage Engine API
|
#include "mongo/base/static_assert.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/storage/mmap_v1/mmap.h"
#include "mongo/db/storage/mmap_v1/paths.h"
#include "mongo/stdx/mutex.h"
Go to the source code of this file.
Classes | |
class | mongo::DurableMappedFile |
DurableMappedFile adds some layers atop memory mapped files - specifically our handling of private views & such. More... | |
class | mongo::PointerToDurableMappedFile |
for durability support we want to be able to map pointers to specific DurableMappedFile objects. More... | |
Namespaces | |
mongo | |
Copyright (C) 2014 MongoDB Inc. | |