Definition at line 38 of file ChannelPool.h. References Impala::atoi(). Referenced by Get(), Impala::Util::ChannelProxy::GetChannel(), Impala::Util::Database::Init(), Impala::Util::IOBufferChannel::IOBufferChannel(), Impala::Application::Client::mainClient(), and Impala::Application::FileClient::mainFileClient(). 00039 { 00040 String::size_type p = socketName.find(":"); 00041 String serverName = socketName.substr(0, p); 00042 int port = atoi(socketName.substr(p+1, String::npos)); 00043 return Get(serverName, port, socketName, passwordFile); 00044 }
Here is the call graph for this function:
|