MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ReloadSchedConfig

Method ReloadSchedConfig

phxqueue/scheduler/schedulermgr.cpp:363–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361//}
362
363comm::RetCode SchedulerMgr::ReloadSchedConfig() {
364 // TODO: conf_->LoadIfModified();
365
366 return comm::RetCode::RET_OK;
367}
368
369comm::RetCode SchedulerMgr::ReloadTopicConfig() {
370 set<int> topic_ids;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected