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

Method Join

be/src/rpc/rpc-mgr.cc:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void RpcMgr::Join() {
274 if (services_started_) {
275 if (messenger_.get() == nullptr) return;
276 for (const auto& service_pool : service_pools_) service_pool->Join();
277 }
278}
279
280void RpcMgr::Shutdown() {
281 if (messenger_.get() == nullptr) return;

Callers 13

joinMethod · 0.45
TESTFunction · 0.45
~KrpcDataStreamMgrMethod · 0.45
UnregisterMethod · 0.45
ReleaseResourcesMethod · 0.45
~FileHandleCacheMethod · 0.45
CloseMethod · 0.45
ServerMethod · 0.45
ImpalaThreadStarterFunction · 0.45
ImpalaThreadStarterFunction · 0.45

Calls 1

getMethod · 0.65

Tested by 2

TESTFunction · 0.36