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

Method IORouter

phxsqlproxy/io_router.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#define LOG_DEBUG(...) PRETTY_LOG(phxsql::LogVerbose, __VA_ARGS__)
33
34IORouter::IORouter(PHXSqlProxyConfig * config,
35 WorkerConfig_t * worker_config,
36 GroupStatusCache * group_status_cache) :
37 config_(config),
38 worker_config_(worker_config),
39 group_status_cache_(group_status_cache) {
40 Clear();
41}
42
43IORouter::~IORouter() {
44}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected