libfoedus-core
FOEDUS Core Library
hash_page_impl.cpp File Reference
#include "foedus/storage/hash/hash_page_impl.hpp"
#include <glog/logging.h>
#include <cstring>
#include <string>
#include <thread>
#include <vector>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/memory/numa_node_memory.hpp"
#include "foedus/memory/page_pool.hpp"
#include "foedus/storage/hash/hash_metadata.hpp"
#include "foedus/storage/hash/hash_storage.hpp"
#include "foedus/thread/thread.hpp"
Include dependency graph for hash_page_impl.cpp:

Go to the source code of this file.

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::storage
 Storage Manager, which implements a couple of key/value stores.
 
 foedus::storage::hash
 Hashtable Storage, a concurrent hashtable.
 

Functions

void foedus::storage::hash::hash_intermediate_volatile_page_init (const VolatilePageInitArguments &args)
 volatile page initialize callback for HashIntermediatePage. More...
 
void foedus::storage::hash::hash_data_volatile_page_init (const VolatilePageInitArguments &args)
 volatile page initialize callback for HashDataPage. More...
 
void foedus::storage::hash::release_parallel (Engine *engine, VolatilePagePointer pointer)