#include <string>
#include "mongo/bson/ordering.h"
#include "mongo/db/catalog/head_manager.h"
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/storage/mmap_v1/diskloc.h"
#include "mongo/db/storage/record_store.h"
#include "mongo/db/storage/sorted_data_interface.h"
Go to the source code of this file.
|
| mongo |
| Copyright (C) 2014 MongoDB Inc.
|
|
|
SortedDataInterface * | mongo::getMMAPV1Interface (HeadManager *headManager, RecordStore *recordStore, SavedCursorRegistry *cursorRegistry, const Ordering &ordering, const std::string &indexName, IndexDescriptor::IndexVersion version, bool isUnique) |
|