libfoedus-core
FOEDUS Core Library
|
#include <vector>
#include "foedus/assert_nd.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/epoch.hpp"
#include "foedus/externalize/externalizable.hpp"
#include "foedus/log/log_id.hpp"
#include "foedus/snapshot/snapshot_id.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::savepoint::Savepoint |
The information we maintain in savepoint manager and externalize to a file. More... | |
struct | foedus::savepoint::LoggerSavepointInfo |
Information in savepoint for one logger. More... | |
struct | foedus::savepoint::FixedSavepoint |
Savepoint that can be stored in shared memory. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::savepoint | |
Savepoint Manager, which durably and atomically remembers what happened in the engine occasionally (eg. | |
struct foedus::savepoint::LoggerSavepointInfo |
Information in savepoint for one logger.
Definition at line 140 of file savepoint.hpp.