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

Method SlaveIORouter

phxsqlproxy/io_router.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140SlaveIORouter::SlaveIORouter(PHXSqlProxyConfig * config,
141 WorkerConfig_t * worker_config,
142 GroupStatusCache * group_status_cache) :
143 IORouter(config, worker_config, group_status_cache) {
144}
145
146SlaveIORouter::~SlaveIORouter() {
147}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected