#include <vector>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/foreach.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/barrier.hpp>
#include <boost/thread/thread_time.hpp>
#include <boost/unordered_set.hpp>
#include <gtest/gtest.h>
#include "common/daemon.h"
#include "common/status.h"
#include "statestore/state-store-subscriber-2.0.h"
#include "testutil/in-process-servers.h"
#include "util/cpu-info.h"
#include "util/metrics.h"
#include "util/network-util.h"
#include "util/thrift-util.h"
#include "gen-cpp/StatestoreTypes_types.h"
#include "gen-cpp/Types_types.h"
Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
DECLARE_int32 |
( |
rpc_cnxn_attempts |
| ) |
|
DECLARE_int32 |
( |
rpc_cnxn_retry_interval_ms |
| ) |
|
DECLARE_int32 |
( |
statestore_max_missed_heartbeats |
| ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |