libfoedus-core
FOEDUS Core Library
engine_type.hpp File Reference
#include <stdint.h>
Include dependency graph for engine_type.hpp:
This graph shows which files directly or indirectly include this file:

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...