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:
|