MCPcopy Create free account
hub / github.com/apache/impala / QueueSize

Method QueueSize

be/src/runtime/data-stream-test.cc:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 int QueueSize() {
164 rapidjson::Document doc(rapidjson::kObjectType);
165 rpc_mgr_->ToJson(&doc);
166 return doc["services"][0]["queue_size"].GetInt();
167 }
168
169 private:
170 RpcMgr* rpc_mgr_;

Callers 1

TEST_FFunction · 0.45

Calls 2

ToJsonMethod · 0.45
GetIntMethod · 0.45

Tested by

no test coverage detected