libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
Typedefs | |
typedef uint64_t | foedus::Eid |
An Engine ID to differentiate two Engine objects instantiated in the same process. More... | |
Enumerations | |
enum | foedus::EngineType { foedus::kMaster, foedus::kChildEmulated, foedus::kChildForked, foedus::kChildLocalSpawned, foedus::kChildRemoteSpawned } |
Type of an engine instance of how to launch it. More... | |