Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Per-connection information. More...
#include <thrift-server.h>
Public Attributes | |
TUniqueId | connection_id |
Username | username |
TNetworkAddress | network_address |
std::string | server_name |
Per-connection information.
Definition at line 45 of file thrift-server.h.
TUniqueId impala::ThriftServer::ConnectionContext::connection_id |
Definition at line 46 of file thrift-server.h.
Referenced by impala::ImpalaServer::ConnectionEnd(), impala::ImpalaServer::ConnectionStart(), and impala::ThriftServer::GetThreadConnectionId().
TNetworkAddress impala::ThriftServer::ConnectionContext::network_address |
Definition at line 48 of file thrift-server.h.
Referenced by impala::ImpalaServer::ConnectionEnd(), impala::ImpalaServer::ConnectionStart(), impala::RpcEventHandler::getContext(), and impala::RpcEventHandler::postWrite().
std::string impala::ThriftServer::ConnectionContext::server_name |
Definition at line 49 of file thrift-server.h.
Referenced by impala::ImpalaServer::ConnectionStart().
Username impala::ThriftServer::ConnectionContext::username |
Definition at line 47 of file thrift-server.h.
Referenced by impala::ImpalaServer::ConnectionStart().