libfoedus-core
FOEDUS Core Library
|
#include <atomic>
#include <chrono>
#include <map>
#include <string>
#include <thread>
#include <vector>
#include "foedus/epoch.hpp"
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/fs/path.hpp"
#include "foedus/snapshot/fwd.hpp"
#include "foedus/snapshot/log_gleaner_resource.hpp"
#include "foedus/snapshot/snapshot.hpp"
#include "foedus/snapshot/snapshot_id.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"
Go to the source code of this file.
Classes | |
struct | foedus::snapshot::LogGleanerControlBlock |
Shared data for LogGleaner. More... | |
struct | foedus::snapshot::SnapshotManagerControlBlock |
Shared data in SnapshotManagerPimpl. More... | |
class | foedus::snapshot::SnapshotManagerPimpl |
Pimpl object of SnapshotManager. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::snapshot | |
Snapshot Manager, which manages snapshot files of the database. | |