libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/hash/hash_page_impl.hpp"
#include <ostream>
#include <string>
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/storage/hash/hash_hashinate.hpp"
#include "foedus/storage/hash/hash_id.hpp"
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 | |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashIntermediatePage &v) |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashDataPage &v) |