libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <iosfwd>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/compiler.hpp"
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/fs/fwd.hpp"
#include "foedus/fs/path.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/snapshot/fwd.hpp"
#include "foedus/snapshot/snapshot_id.hpp"
#include "foedus/storage/page.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/thread/thread_id.hpp"
Go to the source code of this file.
Classes | |
class | foedus::snapshot::SnapshotWriter |
Writes out one snapshot file for all data pages in one reducer. 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. | |