libfoedus-core
FOEDUS Core Library
|
#include "foedus/cache/cache_hashtable.hpp"
#include <glog/logging.h>
#include <ostream>
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/cache/snapshot_file_set.hpp"
#include "foedus/debugging/stop_watch.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/thread/thread.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 | |
BucketId | foedus::cache::determine_logical_buckets (BucketId physical_buckets) |
uint32_t | foedus::cache::determine_overflow_list_size (BucketId physical_buckets) |
std::ostream & | foedus::cache::operator<< (std::ostream &o, const HashFunc &v) |