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

Function MakeNetworkAddress

be/src/util/network-util.cc:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154TNetworkAddress MakeNetworkAddress(const string& hostname, int port) {
155 TNetworkAddress ret;
156 ret.__set_hostname(hostname);
157 ret.__set_port(port);
158 return ret;
159}
160
161TNetworkAddress MakeNetworkAddress(const string& address) {
162 vector<string> tokens;

Callers 13

TESTFunction · 0.85
SslSmokeTestHelperFunction · 0.85
StatestoredMainFunction · 0.85
InitStatestoreHaMethod · 0.85
AdmissiondEnvMethod · 0.85
OpenSessionMethod · 0.85
SetOriginFunction · 0.85
ThriftClientImplMethod · 0.85
ExecEnvMethod · 0.85
WebserverMethod · 0.85

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45

Tested by 4

TESTFunction · 0.68
SslSmokeTestHelperFunction · 0.68
StatestoredMainFunction · 0.68
InitStatestoreHaMethod · 0.68