Drizzled Public API Documentation

slave::ReplicationSlave::Master Class Reference

Public Member Functions

 Master (uint32_t id)
QueueProducerproducer ()
boost::thread & thread ()
void start ()

Private Attributes

QueueProducer _producer
boost::thread _producer_thread

Detailed Description

Class representing a master server.

Definition at line 67 of file replication_slave.h.

Member Data Documentation

QueueProducer slave::ReplicationSlave::Master::_producer
private

Manages a single master

Definition at line 92 of file replication_slave.h.

boost::thread slave::ReplicationSlave::Master::_producer_thread
private

I/O thread that will populate the work queue

Definition at line 95 of file replication_slave.h.


The documentation for this class was generated from the following file: