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

Method IncrFetchFileThread

src/server/server.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 void FeedMonitorConns(redis::Connection *conn, const std::vector<std::string> &tokens);
214 static std::vector<std::string> RedactSensitiveTokens(const std::vector<std::string> &tokens);
215 void IncrFetchFileThread() { fetch_file_threads_num_++; }
216 void DecrFetchFileThread() { fetch_file_threads_num_--; }
217 int GetFetchFileThreadNum() const { return fetch_file_threads_num_; }
218

Callers 2

ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected