Public Member Functions | |
Master (uint32_t id) | |
QueueProducer & | producer () |
boost::thread & | thread () |
void | start () |
Private Attributes | |
QueueProducer | _producer |
boost::thread | _producer_thread |
Class representing a master server.
Definition at line 67 of file replication_slave.h.
|
private |
Manages a single master
Definition at line 92 of file replication_slave.h.
|
private |
I/O thread that will populate the work queue
Definition at line 95 of file replication_slave.h.