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

Method GetAllExecutorIps

be/src/scheduling/executor-group.cc:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61ExecutorGroup::IpAddrs ExecutorGroup::GetAllExecutorIps() const {
62 IpAddrs ips;
63 ips.reserve(NumHosts());
64 for (auto& it: executor_map_) ips.push_back(it.first);
65 return ips;
66}
67
68ExecutorGroup::Executors ExecutorGroup::GetAllExecutorDescriptors() const {
69 Executors executors;

Callers 1

AssignmentCtxMethod · 0.80

Calls 2

reserveMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected