libfoedus-core
FOEDUS Core Library
|
#include <atomic>
#include <string>
#include <thread>
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/cache/fwd.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/memory/page_pool.hpp"
Go to the source code of this file.
Classes | |
class | foedus::cache::CacheManagerPimpl |
Pimpl object of CacheManager. More... | |
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. | |