Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ ToString
Method
ToString
be/src/kudu/rpc/proxy.cc:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
std::string Proxy::ToString() const {
276
return Substitute(
"$0@$1"
, service_name_, conn_id_.ToString());
277
}
278
279
} // namespace rpc
280
} // namespace kudu
Callers
15
Start
Method · 0.45
Shutdown
Method · 0.45
RunThread
Method · 0.45
WhoAmI
Method · 0.45
DoTestExpectTimeout
Method · 0.45
StartFakeServer
Method · 0.45
SampleCall
Method · 0.45
GetTraceMetrics
Method · 0.45
LogTrace
Method · 0.45
TEST_F
Function · 0.45
WaitForClientConnect
Function · 0.45
DoClientNegotiation
Function · 0.45
Calls
1
Substitute
Function · 0.85
Tested by
15
Start
Method · 0.36
WhoAmI
Method · 0.36
DoTestExpectTimeout
Method · 0.36
StartFakeServer
Method · 0.36
TEST_F
Function · 0.36
TEST_P
Function · 0.36
TEST_F
Function · 0.36
RunTimeoutExpectingServer
Function · 0.36
RunTimeoutNegotiationClient
Function · 0.36
RunTimeoutNegotiationServer
Function · 0.36
RunTimeoutExpectingClient
Function · 0.36
SingleCall
Method · 0.36