MCPcopy Create free account
hub / github.com/Tencent/phxsql / MasterManager

Method MasterManager

phxbinlogsvr/core/handler/master_manager.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38MasterManager::MasterManager(const Option *option) {
39 option_ = option;
40 storage_ = StorageManager::GetGlobalStorageManager(option)->GetMasterStorage();
41 agent_monitor_comm_ = AgentMonitorComm::GetGlobalAgentMonitorComm();
42 mysql_manager_ = MySqlManager::GetGlobalMySqlManager(option);
43}
44
45MasterManager::~MasterManager() {
46}

Callers

nothing calls this directly

Calls 1

GetMasterStorageMethod · 0.80

Tested by

no test coverage detected