#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"
Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
DECLARE_string |
( |
principal |
| ) |
|
DECLARE_string |
( |
keytab_file |
| ) |
|
DEFINE_int32 |
( |
rpc_cnxn_attempts |
, |
|
|
10 |
, |
|
|
"Deprecated" |
|
|
) |
| |
DEFINE_int32 |
( |
rpc_cnxn_retry_interval_ms |
, |
|
|
2000 |
, |
|
|
"Deprecated" |
|
|
) |
| |