|
typedef std::pair< const std::string, const std::string > | map_key |
|
typedef std::map< const map_key, plugin::Plugin * > | map |
|
typedef std::vector< Plugin * > | vector |
|
|
| ReplicationSlave (const std::string &config) |
|
void | startup (drizzled::Session &session) |
|
virtual void | shutdownPlugin () |
|
virtual void | prime () |
|
void | activate () |
|
void | deactivate () |
|
bool | isActive () const |
|
const std::string & | getName () const |
|
void | setModule (module::Module *module) |
|
const std::string & | getTypeName () const |
|
virtual bool | removeLast () const |
|
const std::string & | getModuleName () const |
|
|
static bool | addPlugin (Daemon *) |
|
static void | removePlugin (Daemon *) |
|
Definition at line 38 of file replication_slave.h.
static bool drizzled::plugin::Daemon::addPlugin |
( |
Daemon * |
| ) |
|
|
inlinestaticinherited |
Standard plugin system registration hooks
Definition at line 41 of file daemon.h.
bool slave::ReplicationSlave::initWithConfig |
( |
| ) |
|
|
private |
Master& slave::ReplicationSlave::master |
( |
size_t |
index | ) |
|
|
inlineprivate |
std::string slave::ReplicationSlave::_config_file |
|
private |
boost::thread slave::ReplicationSlave::_consumer_thread |
|
private |
Applier thread that will drain the work queue.
- Todo:
- Support more than one consumer thread.
Definition at line 110 of file replication_slave.h.
boost::unordered_map<uint32_t, Master *> slave::ReplicationSlave::_masters |
|
private |
The documentation for this class was generated from the following files: