|  | Storage Engine API
    | 
#include <sstream>#include <string>#include "mongo/util/assert_util.h"Go to the source code of this file.
| Classes | |
| struct | mongo::dur::JHeader | 
| beginning header for a journal/j._<n> file there is nothing important int this header at this time.  More... | |
| struct | mongo::dur::JSectHeader | 
| "Section" header.  More... | |
| struct | mongo::dur::JEntry | 
| an individual write operation within a group commit section.  More... | |
| struct | mongo::dur::JSectFooter | 
| group commit section footer.  More... | |
| struct | mongo::dur::JDbContext | 
| declares "the next entry(s) are for this database / file path prefix"  More... | |
| struct | mongo::dur::LSNFile | 
| "last sequence number"  More... | |
| Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |
| mongo::dur | |
| Variables | |
| const unsigned | mongo::dur::Alignment = 8192 |