68 ~DistLockComponentBase() override;
128 bool ShouldRunOnHost(
const dynamic_config::Snapshot& config)
const;
129 void OnConfigUpdate(
const dynamic_config::Diff& diff);
131 dynamic_config::Source config_;
132 const std::string name_;
133 const std::string real_host_name_;
134 std::unique_ptr<
dist_lock::DistLockedWorker> worker_;
136 bool testsuite_enabled_{
false};
139 concurrent::AsyncEventSubscriberScope subscription_token_;