0.9.8.10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
home
doug
src
hypertable
src
cc
Hypertable
Lib
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
"
25
#include "
TableMutatorFlushHandler.h
"
26
27
using namespace
Hypertable
;
28
29
30
void
TableMutatorFlushHandler::run
() {
31
try
{
32
interval_handler
->flush();
33
}
34
catch
(
Exception
&e) {
35
HT_ERROR_OUT
<< e <<
HT_END
;
36
}
37
}
TableMutatorFlushHandler.h
Compat.h
Compatibility Macros for C/C++.
HT_END
#define HT_END
Definition:
Logger.h:220
HT_ERROR_OUT
#define HT_ERROR_OUT
Definition:
Logger.h:301
Hypertable
Hypertable definitions
Definition:
ApplicationHandler.h:36
Hypertable::TableMutatorFlushHandler::run
virtual void run()
Carries out the request.
Definition:
TableMutatorFlushHandler.cc:30
Comm.h
Declarations for Comm.
Hypertable::TableMutatorFlushHandler::interval_handler
TableMutatorIntervalHandlerPtr interval_handler
Definition:
TableMutatorFlushHandler.h:36
Hypertable::Exception
This is a generic exception class for Hypertable.
Definition:
Error.h:314
TableMutatorShared.h
Generated on Tue Dec 22 2015 18:43:13 for Hypertable by
1.8.8