Thrift broker. More...
|
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
| Hypertable::ThriftBroker | |
Classes | |
| class | Hypertable::MetricsHandler |
| Collects and publishes Master metrics. More... | |
| class | Hypertable::ThriftBroker::SharedMutatorMapKey |
| class | Hypertable::ThriftBroker::Context |
| class | Hypertable::ThriftBroker::ScannerInfo |
| struct | Hypertable::ThriftBroker::HqlCallback< ResultT, CellT > |
| class | Hypertable::ThriftBroker::ServerHandler |
| struct | Hypertable::ThriftBroker::ServerHandler::Statistics |
| class | Hypertable::ThriftBroker::ServerHandlerFactory |
| class | Hypertable::ThriftBroker::ThriftBrokerIfFactory |
Macros | |
| #define | THROW_TE(_code_, _str_) |
| #define | RETHROW(_expr_) |
| #define | LOG_API_START(_expr_) |
| #define | LOG_API_FINISH |
| #define | LOG_API_FINISH_E(_expr_) |
| #define | LOG_API(_expr_) |
| #define | LOG_HQL_RESULT(_res_) |
| #define | LOG_SLOW_QUERY(_pd_, _ns_, _hql_) |
| #define | LOG_SLOW_QUERY_SCANNER(_scanner_, _ns_, _table_, _ss_) |
Functions | |
| int | main (int argc, char **argv) |
Thrift broker.
The ThriftBroker module contains the definition of the ThriftBroker.
| #define LOG_API | ( | _expr_ | ) |
Definition at line 140 of file ThriftBroker.cc.
| #define LOG_API_FINISH |
Definition at line 121 of file ThriftBroker.cc.
| #define LOG_API_FINISH_E | ( | _expr_ | ) |
Definition at line 130 of file ThriftBroker.cc.
| #define LOG_API_START | ( | _expr_ | ) |
Definition at line 110 of file ThriftBroker.cc.
| #define LOG_HQL_RESULT | ( | _res_ | ) |
Definition at line 145 of file ThriftBroker.cc.
| #define LOG_SLOW_QUERY | ( | _pd_, | |
| _ns_, | |||
| _hql_ | |||
| ) |
Definition at line 163 of file ThriftBroker.cc.
| #define LOG_SLOW_QUERY_SCANNER | ( | _scanner_, | |
| _ns_, | |||
| _table_, | |||
| _ss_ | |||
| ) |
Definition at line 172 of file ThriftBroker.cc.
| #define RETHROW | ( | _expr_ | ) |
Definition at line 101 of file ThriftBroker.cc.
| #define THROW_TE | ( | _code_, | |
| _str_ | |||
| ) |
Definition at line 92 of file ThriftBroker.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 3140 of file ThriftBroker.cc.
1.8.8