Storage Engine API
kv_storage_engine.h File Reference
#include <map>
#include <string>
#include "mongo/base/status_with.h"
#include "mongo/base/string_data.h"
#include "mongo/bson/timestamp.h"
#include "mongo/db/storage/journal_listener.h"
#include "mongo/db/storage/kv/kv_catalog.h"
#include "mongo/db/storage/kv/kv_database_catalog_entry_base.h"
#include "mongo/db/storage/record_store.h"
#include "mongo/db/storage/storage_engine.h"
#include "mongo/stdx/functional.h"
#include "mongo/stdx/memory.h"
#include "mongo/stdx/mutex.h"

Go to the source code of this file.

Classes

struct  mongo::KVStorageEngineOptions
 
class  mongo::KVStorageEngine
 

Namespaces

 mongo
 Copyright (C) 2014 MongoDB Inc.
 

Typedefs

using mongo::KVDatabaseCatalogEntryFactory = decltype(defaultDatabaseCatalogEntryFactory)
 

Functions

std::unique_ptr< KVDatabaseCatalogEntryBase > mongo::defaultDatabaseCatalogEntryFactory (const StringData name, KVStorageEngine *const engine)