libfoedus-core
FOEDUS Core Library
hash_page_impl.hpp File Reference
Include dependency graph for hash_page_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::storage::hash::HashIntermediatePage
 Represents an intermediate page in Hashtable Storage. More...
 
class  foedus::storage::hash::HashDataPage
 Represents an individual data page in Hashtable Storage. More...
 
struct  foedus::storage::hash::HashDataPage::Slot
 Fix-sized slot for each record, which is placed at the end of data region. More...
 

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...