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

String Impala::Util::Channel::GetServerInfo (  )  [inline]

The name:port of the server.

Definition at line 128 of file Channel.h.

References Impala::Util::MakeString(), mPort, and mServerName.

Referenced by Impala::Util::ReadIOBufferFromChannel().

00129     {
00130         return mServerName + ":" + MakeString(mPort);
00131     }

Here is the call graph for this function:


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