![]() |
Storage Engine API
|
#include "mongo/stdx/unordered_set.h"
#include "mongo/util/concurrency/spin_lock.h"
#include "mongo/db/storage/mmap_v1/diskloc.h"
#include "mongo/db/storage/record_store.h"
Go to the source code of this file.
Classes | |
class | mongo::RecordStoreV1MetaData |
class | mongo::SavedCursorRegistry |
Class that stores active cursors that have been saved (as part of yielding) to allow them to be invalidated if the thing they pointed at goes away. More... | |
struct | mongo::SavedCursorRegistry::SavedCursor |
The destructor ensures the cursor is unregistered when an exception is thrown. More... | |
class | mongo::RecordStoreV1Base |
class | mongo::RecordStoreV1Base::IntraExtentIterator |
Iterates over all records within a single extent. More... | |
Namespaces | |
mongo | |
Copyright (C) 2014 MongoDB Inc. | |