Definition at line 65 of file thrift-server.cc.
impala::ThriftServer::ThriftServerEventProcessor::ThriftServerEventProcessor |
( |
ThriftServer * |
thrift_server | ) |
|
|
inline |
void * impala::ThriftServer::ThriftServerEventProcessor::createContext |
( |
shared_ptr< TProtocol > |
input, |
|
|
shared_ptr< TProtocol > |
output |
|
) |
| |
|
virtual |
void impala::ThriftServer::ThriftServerEventProcessor::deleteContext |
( |
void * |
serverContext, |
|
|
shared_ptr< TProtocol > |
input, |
|
|
shared_ptr< TProtocol > |
output |
|
) |
| |
|
virtual |
void impala::ThriftServer::ThriftServerEventProcessor::preServe |
( |
| ) |
|
|
virtual |
void impala::ThriftServer::ThriftServerEventProcessor::processContext |
( |
void * |
context, |
|
|
shared_ptr< TTransport > |
output |
|
) |
| |
|
virtual |
Status impala::ThriftServer::ThriftServerEventProcessor::StartAndWaitForServer |
( |
| ) |
|
void impala::ThriftServer::ThriftServerEventProcessor::Supervise |
( |
| ) |
|
|
private |
boost::condition_variable impala::ThriftServer::ThriftServerEventProcessor::signal_cond_ |
|
private |
bool impala::ThriftServer::ThriftServerEventProcessor::signal_fired_ |
|
private |
boost::mutex impala::ThriftServer::ThriftServerEventProcessor::signal_lock_ |
|
private |
ThriftServer* impala::ThriftServer::ThriftServerEventProcessor::thrift_server_ |
|
private |
const int impala::ThriftServer::ThriftServerEventProcessor::TIMEOUT_MS = 2500 |
|
staticprivate |
The documentation for this class was generated from the following file: