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

Method GetFetchFileThreadNum

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

Source from the content-addressed store, hash-verified

215 void IncrFetchFileThread() { fetch_file_threads_num_++; }
216 void DecrFetchFileThread() { fetch_file_threads_num_--; }
217 int GetFetchFileThreadNum() const { return fetch_file_threads_num_; }
218
219 int PublishMessage(const std::string &channel, const std::string &msg);
220 void SubscribeChannel(const std::string &channel, redis::Connection *conn);

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected