Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Util::ChannelPool::Remove ( CString  serverName,
int  port 
) [inline]

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:


Generated on Fri Mar 19 11:39:34 2010 for ImpalaSrc by  doxygen 1.5.1