libfoedus-core
FOEDUS Core Library
|
#include "foedus/cache/snapshot_file_set.hpp"
#include <map>
#include <ostream>
#include <utility>
#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/path.hpp"
#include "foedus/storage/page.hpp"
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::cache | |
Snapshot Cache Manager, which caches data pages retrieved from snapshot files. | |
Functions | |
std::ostream & | foedus::cache::operator<< (std::ostream &o, const SnapshotFileSet &v) |