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

Method EventMonitor

phxbinlogsvr/core/handler/event_monitor.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace phxbinlog {
31
32EventMonitor::EventMonitor(const Option *option) {
33 option_ = option;
34 storage_manager_ = StorageManager::GetGlobalStorageManager(option);
35 master_manager_ = MasterManager::GetGlobalMasterManager(option);
36 stop_ = false;
37
38 Run();
39}
40
41EventMonitor::~EventMonitor() {
42 stop_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected