libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <iosfwd>
#include <string>
#include "foedus/compiler.hpp"
#include "foedus/fwd.hpp"
#include "foedus/cache/fwd.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/snapshot/fwd.hpp"
#include "foedus/storage/composer.hpp"
#include "foedus/storage/page.hpp"
#include "foedus/storage/hash/fwd.hpp"
#include "foedus/storage/hash/hash_composed_bins_impl.hpp"
#include "foedus/storage/hash/hash_id.hpp"
#include "foedus/storage/hash/hash_page_impl.hpp"
#include "foedus/storage/hash/hash_storage.hpp"
#include "foedus/storage/hash/hash_tmpbin.hpp"
#include "foedus/xct/xct_id.hpp"
Go to the source code of this file.
Classes | |
class | foedus::storage::hash::HashComposer |
Composer for a hash storage. More... | |
class | foedus::storage::hash::HashComposeContext |
HashComposer's compose() implementation separated from the class itself. 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. | |