Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::ThriftServer::ConnectionContext Struct Reference

Per-connection information. More...

#include <thrift-server.h>

Collaboration diagram for impala::ThriftServer::ConnectionContext:

Public Attributes

TUniqueId connection_id
 
Username username
 
TNetworkAddress network_address
 
std::string server_name
 

Detailed Description

Per-connection information.

Definition at line 45 of file thrift-server.h.

Member Data Documentation

TUniqueId impala::ThriftServer::ConnectionContext::connection_id
TNetworkAddress impala::ThriftServer::ConnectionContext::network_address
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().


The documentation for this struct was generated from the following file: