| 108 | void Stop(); |
| 109 | bool IsStopped() const { return stop_flag_; } |
| 110 | ReplState State() { return repl_state_.load(std::memory_order_relaxed); } |
| 111 | int64_t LastIOTimeSecs() const { return last_io_time_secs_.load(std::memory_order_relaxed); } |
| 112 | |
| 113 | void TimerCB(int, int16_t); |