Storage Engine API
dur.h File Reference
#include <string>
#include <vector>
#include "mongo/base/disallow_copying.h"
#include "mongo/db/storage/journal_listener.h"

Go to the source code of this file.

Classes

class  mongo::dur::DurableInterface
 

Namespaces

 mongo
 Copyright (C) 2014 MongoDB Inc.
 
 mongo::dur
 

Functions

void mongo::dur::startup (ClockSource *cs, int64_t serverStartMs)
 Invoked at server startup. More...
 
void mongo::dur::setJournalListener (JournalListener *jl)
 
JournalListener * mongo::dur::getJournalListener ()
 
dur::DurableInterface & mongo::getDur ()
 Provides a reference to the active durability interface. More...
 

Variables

const unsigned mongo::dur::UncommittedBytesLimit = (sizeof(void*) == 4) ? 50 * 1024 * 1024 : 512 * 1024 * 1024