Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:24:09 2011 for ImpalaSrc by  doxygen 1.5.1