Searched refs:HandlerAfterScaleOut (Results 1 – 5 of 5) sorted by relevance
71 void RegisterHandlerAfterScaleOut(const std::string &module, const HandlerAfterScaleOut &handler);100 std::map<std::string, HandlerAfterScaleOut> handlers_after_scale_out_;
178 …ler::RegisterHandlerAfterScaleOut(const std::string &module, const HandlerAfterScaleOut &handler) { in RegisterHandlerAfterScaleOut()
115 …FollowerScalerHandlerAfterScaleOut(const std::string &module, const HandlerAfterScaleOut &handler);
419 const HandlerAfterScaleOut &handler) { in RegisterFollowerScalerHandlerAfterScaleOut()
255 using HandlerAfterScaleOut = std::function<void(void)>; variable