|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/cache/cache_manager_pimpl.hpp"#include <glog/logging.h>#include <chrono>#include <sstream>#include <string>#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/cache/cache_hashtable.hpp"#include "foedus/debugging/stop_watch.hpp"#include "foedus/memory/engine_memory.hpp"#include "foedus/memory/numa_node_memory.hpp"#include "foedus/savepoint/savepoint_manager.hpp"#include "foedus/xct/xct_manager.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. | |