|
libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>#include <iosfwd>#include "foedus/compiler.hpp"#include "foedus/cxx11.hpp"#include "foedus/assorted/assorted_func.hpp"#include "foedus/memory/aligned_memory.hpp"#include "foedus/storage/hash/fwd.hpp"#include "foedus/storage/hash/hash_hashinate.hpp"#include "foedus/storage/hash/hash_id.hpp"#include "foedus/xct/xct_id.hpp"

Go to the source code of this file.
Classes | |
| class | foedus::storage::hash::HashTmpBin |
| An in-memory single-threaded data structure to compose tuples in a hash bin. More... | |
| struct | foedus::storage::hash::HashTmpBin::Record |
| Represents a record with a unique key. 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. | |