|
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 array_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/assorted/atomic_fences.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/array/array_id.hpp"#include "foedus/storage/array/array_metadata.hpp"#include "foedus/storage/array/array_storage.hpp"#include "foedus/storage/array/fwd.hpp"#include "foedus/xct/xct_id.hpp"

Go to the source code of this file.
Classes | |
| struct | foedus::storage::array::ArrayCreateLogType |
| Log type of CREATE ARRAY STORAGE operation. More... | |
| struct | foedus::storage::array::ArrayCommonUpdateLogType |
| A base class for ArrayOverwriteLogType/ArrayIncrementLogType. More... | |
| struct | foedus::storage::array::ArrayOverwriteLogType |
| Log type of array-storage's overwrite operation. More... | |
| struct | foedus::storage::array::ArrayIncrementLogType |
| Log type of array-storage's increment 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::array | |
| Array Storage, a dense and regular array. | |