|
libfoedus-core
FOEDUS Core Library
|
Typedefs of ID types used in log package. More...
Typedefs of ID types used in log package.
Definition in file log_id.hpp.
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | foedus::log::LogRange |
| a contiguous range of log entries that might span multiple files. More... | |
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::log | |
| Log Manager, which writes out transactional logs. | |
Typedefs | |
| typedef uint16_t | foedus::log::LoggerId |
| Typedef for an ID of Logger. More... | |
| typedef uint32_t | foedus::log::LogFileOrdinal |
| Ordinal of log files (eg "log.0", "log.1"). More... | |