libfoedus-core
FOEDUS Core Library
|
Declares all log types used in this storage type. More...
Declares all log types used in this storage type.
Definition in file hash_log_types.hpp.
#include <stdint.h>
#include <cstring>
#include <iosfwd>
#include "foedus/assert_nd.hpp"
#include "foedus/compiler.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/log/common_log_types.hpp"
#include "foedus/log/log_type.hpp"
#include "foedus/storage/record.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/storage/hash/fwd.hpp"
#include "foedus/storage/hash/hash_hashinate.hpp"
#include "foedus/storage/hash/hash_id.hpp"
#include "foedus/storage/hash/hash_metadata.hpp"
#include "foedus/xct/xct_id.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::storage::hash::HashCreateLogType |
Log type of CREATE HASH STORAGE operation. More... | |
struct | foedus::storage::hash::HashCommonLogType |
A base class for HashInsertLogType/HashDeleteLogType/HashOverwriteLogType. More... | |
struct | foedus::storage::hash::HashInsertLogType |
Log type of hash-storage's insert operation. More... | |
struct | foedus::storage::hash::HashDeleteLogType |
Log type of hash-storage's delete operation. More... | |
struct | foedus::storage::hash::HashUpdateLogType |
Log type of hash-storage's update operation. More... | |
struct | foedus::storage::hash::HashOverwriteLogType |
Log type of hash-storage's overwrite operation. 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. | |