Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetBoundAddress
Method
GetBoundAddress
be/src/kudu/rpc/acceptor_pool.cc:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
Status AcceptorPool::GetBoundAddress(Sockaddr* addr) const {
150
return socket_.GetSocketAddress(addr);
151
}
152
153
int64_t AcceptorPool::num_rpc_connections_accepted() const {
154
return rpc_connections_accepted_->value();
Callers
1
TEST_P
Function · 0.80
Calls
1
GetSocketAddress
Method · 0.80
Tested by
1
TEST_P
Function · 0.64