|
libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>#include <cstring>#include <string>#include "foedus/assert_nd.hpp"#include "foedus/cxx11.hpp"#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/error_stack.hpp"#include "foedus/module_type.hpp"#include "foedus/assorted/atomic_fences.hpp"#include "foedus/assorted/protected_boundary.hpp"#include "foedus/log/fwd.hpp"#include "foedus/memory/fwd.hpp"#include "foedus/memory/shared_memory.hpp"#include "foedus/proc/fwd.hpp"#include "foedus/proc/proc_id.hpp"#include "foedus/restart/fwd.hpp"#include "foedus/savepoint/fwd.hpp"#include "foedus/snapshot/fwd.hpp"#include "foedus/soc/fwd.hpp"#include "foedus/soc/soc_id.hpp"#include "foedus/storage/fwd.hpp"#include "foedus/storage/storage_id.hpp"#include "foedus/thread/fwd.hpp"#include "foedus/thread/thread_id.hpp"#include "foedus/xct/fwd.hpp"#include "foedus/xct/xct_id.hpp"

Go to the source code of this file.
Classes | |
| struct | foedus::soc::MasterEngineStatus |
| Current status of master engine. More... | |
| struct | foedus::soc::ChildEngineStatus |
| Current status of a child SOC engine. More... | |
| struct | foedus::soc::GlobalMemoryAnchors |
| Just a set of pointers within global_memory_ for ease of use. More... | |
| struct | foedus::soc::NodeMemoryAnchors |
| Same as GlobalMemoryAnchors except this is for node_memories_. More... | |
| struct | foedus::soc::ThreadMemoryAnchors |
| Part of NodeMemoryAnchors for each thread. More... | |
| class | foedus::soc::SharedMemoryRepo |
| Repository of all shared memory in one FOEDUS instance. More... | |
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::soc | |
| System On Chip (SOC) and interprocess communication (IPC). | |