libfoedus-core
FOEDUS Core Library
|
#include "foedus/savepoint/savepoint_manager_pimpl.hpp"
#include <glog/logging.h>
#include "foedus/engine.hpp"
#include "foedus/engine_options.hpp"
#include "foedus/error_stack_batch.hpp"
#include "foedus/assorted/atomic_fences.hpp"
#include "foedus/fs/filesystem.hpp"
#include "foedus/fs/path.hpp"
#include "foedus/log/log_manager.hpp"
#include "foedus/log/log_manager_pimpl.hpp"
#include "foedus/log/meta_log_buffer.hpp"
#include "foedus/savepoint/savepoint_options.hpp"
#include "foedus/soc/soc_manager.hpp"
#include "foedus/xct/xct_manager.hpp"
Go to the source code of this file.
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. | |