18 #ifndef FOEDUS_ENGINE_TYPE_HPP_
19 #define FOEDUS_ENGINE_TYPE_HPP_
90 #endif // FOEDUS_ENGINE_TYPE_HPP_
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
A child SOC instance launched in other machines.
A child SOC instance launched via spawn().
EngineType
Type of an engine instance of how to launch it.
A child SOC instance launched via fork().
The central instance that launches child engines on each NUMA node (SOC).
uint64_t Eid
An Engine ID to differentiate two Engine objects instantiated in the same process.
A child SOC instance launched just as a thread in the same process as master.