MCPcopy Create free account
hub / github.com/apache/kvrocks / State

Method State

src/cluster/replication.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

GetReplicationStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected