Derecho  0.9
Distributed systems toolkit for RDMA
Namespaces | Macros
Persistent.cpp File Reference
#include <derecho/persistent/Persistent.hpp>
Include dependency graph for Persistent.cpp:

Go to the source code of this file.

Namespaces

 persistent
 This file include all common types internal to derecho and not necessarily being known by a client program.
 

Macros

#define VERSION_FUNC_IDX   (0)
 
#define PERSIST_FUNC_IDX   (1)
 
#define TRIM_FUNC_IDX   (2)
 
#define GET_ML_PERSISTED_VER   (3)
 
#define TRUNCATE_FUNC_IDX   (4)
 

Macro Definition Documentation

◆ GET_ML_PERSISTED_VER

#define GET_ML_PERSISTED_VER   (3)

Definition at line 10 of file Persistent.cpp.

◆ PERSIST_FUNC_IDX

#define PERSIST_FUNC_IDX   (1)

Definition at line 8 of file Persistent.cpp.

◆ TRIM_FUNC_IDX

#define TRIM_FUNC_IDX   (2)

Definition at line 9 of file Persistent.cpp.

◆ TRUNCATE_FUNC_IDX

#define TRUNCATE_FUNC_IDX   (4)

Definition at line 11 of file Persistent.cpp.

◆ VERSION_FUNC_IDX

#define VERSION_FUNC_IDX   (0)

Definition at line 7 of file Persistent.cpp.