Definition at line 55 of file ChannelPool.h. References Impala::Util::MakeString(), mCache, and Impala::Util::Cache< IdxT, ElemT >::RemoveElement(). Referenced by Impala::Util::ChannelProxy::Send(). 00056 { 00057 String socketName = serverName + ":" + MakeString(port); 00058 mCache->RemoveElement(socketName); 00059 }
Here is the call graph for this function:
|