InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
#include <Topology.h>
Public Attributes | |
int16_t | nodeid |
int16_t | actorid |
Address for each actor in the environment. This is embedded into every message, as source and destination, so should be relatively small.
Definition at line 61 of file Topology.h.
int16_t Topology::addressStruct::actorid |
each actor has a unique id per node
Definition at line 64 of file Topology.h.
Referenced by TopologyMgr::broadcastConfig(), main(), Topology::newActor(), Mboxes::toActor(), Mboxes::update(), TopologyMgr::updateGlobalConfig(), TopologyMgr::updateLocalConfig(), and TransactionAgent::updateReplicas().
int16_t Topology::addressStruct::nodeid |
node is a server process (not an OS instance)
Definition at line 63 of file Topology.h.
Referenced by TopologyMgr::broadcastConfig(), DeadlockMgr::DeadlockMgr(), Engine::Engine(), IbGateway::IbGateway(), Listener::Listener(), main(), MessageBatchSerialized::MessageBatchSerialized(), Topology::newActor(), ObGateway::ObGateway(), MboxProducer::sendMsg(), Mboxes::toActor(), TransactionAgent::TransactionAgent(), Mboxes::update(), TopologyMgr::updateGlobalConfig(), TopologyMgr::updateLocalConfig(), TransactionAgent::updateReplicas(), and UserSchemaMgr::UserSchemaMgr().