0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions
serverup.cc File Reference
#include <Common/Compat.h>
#include <Hyperspace/Session.h>
#include <Hypertable/Lib/Config.h>
#include <Hypertable/Lib/Master/Client.h>
#include <Hypertable/Lib/RangeServer/Client.h>
#include <Hypertable/Lib/TableIdentifier.h>
#include <FsBroker/Lib/Client.h>
#include <AsyncComm/ApplicationQueue.h>
#include <AsyncComm/Comm.h>
#include <AsyncComm/ConnectionManager.h>
#include <AsyncComm/ReactorFactory.h>
#include <Common/Config.h>
#include <Common/Error.h>
#include <Common/InetAddr.h>
#include <Common/Logger.h>
#include <Common/Init.h>
#include <Common/Status.h>
#include <Common/Timer.h>
#include <Common/Usage.h>
#include <boost/algorithm/string.hpp>
#include <cstdlib>
#include <iostream>
#include <string>
#include <netdb.h>
#include <sys/types.h>
#include <signal.h>
Include dependency graph for serverup.cc:

Go to the source code of this file.

Macros

#define CHECK_SERVER(_server_)
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define CHECK_SERVER (   _server_)
Value:
do { \
try { check_##_server_(conn_mgr, wait_ms); } catch (Exception &e) { \
if (verbose) { \
cout << #_server_ <<" - down" << endl; \
} \
++down; \
break; \
} \
if (verbose) cout << #_server_ <<" - up" << endl; \
} while (0)
#define HT_END
Definition: Logger.h:220
This is a generic exception class for Hypertable.
Definition: Error.h:314
#define HT_DEBUG_OUT
Definition: Logger.h:261

Definition at line 355 of file serverup.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 368 of file serverup.cc.