InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Actor which receives configuration commands over 0mq and MessagePack from infinisqlmgr.py. More...
Go to the source code of this file.
Classes | |
class | TopologyMgr |
execute Topology Manager actor More... | |
Functions | |
void * | topologyMgr (void *identity) |
launch Topology Manager actor More... | |
Actor which receives configuration commands over 0mq and MessagePack from infinisqlmgr.py.
Launches all other actors, updates Topology, and distributes configuration changes to all other actors on each node. Facilitates dynamic reconfiguration.
Definition in file TopologyMgr.h.
void* topologyMgr | ( | void * | identity) |
launch Topology Manager actor
identity | how to identify actor instance |
Launcher function for TopologyMgr actor
Definition at line 599 of file TopologyMgr.cc.