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

Method ReadConfig

phxcomm/ossconfig/phxsql_oss_config.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void PhxSQLOssConfig::ReadConfig() {
30 ReadPaxosPluginMonitorConfig();
31 ReadSqlProxyMonitorConfig();
32 ReadBinLogSvrMonitorConfig();
33 ReadMysqlMonitorConfig();
34 return;
35}
36
37void PhxSQLOssConfig::ReadSqlProxyMonitorConfig() {
38 sql_proxy_svrkit_ossid_ = GetInteger("phxsqlproxy", "SvrkitOssAttrID", 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected