|
libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>#include <atomic>#include <vector>#include "foedus/epoch.hpp"#include "foedus/fwd.hpp"#include "foedus/initializable.hpp"#include "foedus/log/fwd.hpp"#include "foedus/log/logger_ref.hpp"#include "foedus/log/meta_log_buffer.hpp"#include "foedus/savepoint/fwd.hpp"#include "foedus/soc/shared_memory_repo.hpp"#include "foedus/soc/shared_mutex.hpp"#include "foedus/soc/shared_polling.hpp"#include "foedus/thread/condition_variable_impl.hpp"#include "foedus/thread/thread_id.hpp"

Go to the source code of this file.
Classes | |
| struct | foedus::log::LogManagerControlBlock |
| Shared data in LogManagerPimpl. More... | |
| class | foedus::log::LogManagerPimpl |
| Pimpl object of LogManager. More... | |
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::log | |
| Log Manager, which writes out transactional logs. | |