46 void AsyncCheck(
const std::string &records_path);
47 void DoCheck(
const std::string &records_path);
55 int AddTopicLack(
VerifyResult *result,
const std::string &record_path,
56 std::vector<std::string>
const &lack_channels);
57 int AddInadequateRate(
59 std::map<std::string, std::pair<double, double>>
const &inadequate_rate);
64 std::mutex stop_mutex_;
67 std::shared_ptr<JsonConf> sp_conf_ =
nullptr;
68 std::shared_ptr<ChannelVerify> sp_channel_checker_ =
nullptr;
70 std::thread::id check_thread_id_;