|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/snapshot/snapshot_writer_impl.hpp"#include <stdint.h>#include <glog/logging.h>#include <string>#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/error_stack_batch.hpp"#include "foedus/fs/direct_io_file.hpp"#include "foedus/fs/filesystem.hpp"#include "foedus/snapshot/log_gleaner_impl.hpp"#include "foedus/snapshot/log_reducer_impl.hpp"#include "foedus/snapshot/snapshot.hpp"
Go to the source code of this file.
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::snapshot | |
| Snapshot Manager, which manages snapshot files of the database. | |
Functions | |
| std::ostream & | foedus::snapshot::operator<< (std::ostream &o, const SnapshotWriter &v) |