Zero  0.1.0
Classes | Typedefs
chkpt.h File Reference
#include "w_defines.h"
#include "sm_options.h"
#include "sm_base.h"
#include "w_heap.h"
#include "logarchiver.h"
#include "w_okvl.h"
#include "xct.h"
#include <vector>
#include <list>
#include <unordered_map>
#include <algorithm>
#include <limits>
#include <fstream>

Go to the source code of this file.

Classes

struct  buf_tab_entry_t
 
struct  lock_info_t
 
struct  xct_tab_entry_t
 
class  chkpt_t
 
class  chkpt_m
 

Typedefs

typedef unordered_map< PageID, buf_tab_entry_tbuf_tab_t
 
typedef unordered_map< tid_t, xct_tab_entry_txct_tab_t
 

Typedef Documentation

§ buf_tab_t

typedef unordered_map<PageID, buf_tab_entry_t> buf_tab_t

§ xct_tab_t

typedef unordered_map<tid_t, xct_tab_entry_t> xct_tab_t