Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
thrift-server.cc File Reference
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <thrift/concurrency/Thread.h>
#include <thrift/concurrency/ThreadManager.h>
#include <thrift/protocol/TBinaryProtocol.h>
#include <thrift/server/TThreadPoolServer.h>
#include <thrift/server/TThreadedServer.h>
#include <thrift/transport/TSocket.h>
#include <thrift/transport/TSSLServerSocket.h>
#include <thrift/transport/TSSLSocket.h>
#include <thrift/transport/TServerSocket.h>
#include <gflags/gflags.h>
#include "gen-cpp/Types_types.h"
#include "rpc/authentication.h"
#include "rpc/thrift-server.h"
#include "rpc/thrift-thread.h"
#include "util/debug-util.h"
#include "util/network-util.h"
#include "util/uid-util.h"
#include <sstream>
#include "common/names.h"
Include dependency graph for thrift-server.cc:

Go to the source code of this file.

Classes

class  impala::ThriftServer::ThriftServerEventProcessor
 

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

 DEFINE_int32 (rpc_cnxn_attempts, 10,"Deprecated")
 
 DEFINE_int32 (rpc_cnxn_retry_interval_ms, 2000,"Deprecated")
 
 DECLARE_string (principal)
 
 DECLARE_string (keytab_file)
 

Variables

__thread
ThriftServer::ConnectionContext * 
impala::__connection_context__
 

Function Documentation

DECLARE_string ( principal  )
DECLARE_string ( keytab_file  )
DEFINE_int32 ( rpc_cnxn_attempts  ,
10  ,
"Deprecated"   
)
DEFINE_int32 ( rpc_cnxn_retry_interval_ms  ,
2000  ,
"Deprecated"   
)