libfoedus-core
FOEDUS Core Library
hash_log_types.hpp File Reference

Declares all log types used in this storage type. More...

Detailed Description

Declares all log types used in this storage type.

Definition in file hash_log_types.hpp.

Include dependency graph for hash_log_types.hpp:
This graph shows which files directly or indirectly include this file:

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.