0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TableMutatorFlushHandler.cc
Go to the documentation of this file.
1 
20 #include "Common/Compat.h"
21 
22 #include "AsyncComm/Comm.h"
23 
24 #include "TableMutatorShared.h"
26 
27 using namespace Hypertable;
28 
29 
31  try {
32  interval_handler->flush();
33  }
34  catch (Exception &e) {
35  HT_ERROR_OUT << e << HT_END;
36  }
37 }
Compatibility Macros for C/C++.
#define HT_END
Definition: Logger.h:220
#define HT_ERROR_OUT
Definition: Logger.h:301
Hypertable definitions
virtual void run()
Carries out the request.
Declarations for Comm.
TableMutatorIntervalHandlerPtr interval_handler
This is a generic exception class for Hypertable.
Definition: Error.h:314