#include <TableScannerDispatchHandler.h>
Public Member Functions | |
TableScannerDispatchHandler (ApplicationQueueInterfacePtr &app_queue, TableScannerAsync *scanner, int m_interval_scanner, bool is_create) | |
Constructor. More... | |
virtual void | handle (EventPtr &event_ptr) |
Dispatch method. More... | |
Public Member Functions inherited from Hypertable::DispatchHandler | |
virtual | ~DispatchHandler () |
Destructor. More... | |
Private Attributes | |
ApplicationQueueInterfacePtr | m_app_queue |
TableScannerAsync * | m_scanner |
int | m_interval_scanner |
bool | m_is_create |
Definition at line 36 of file TableScannerDispatchHandler.h.
TableScannerDispatchHandler::TableScannerDispatchHandler | ( | ApplicationQueueInterfacePtr & | app_queue, |
TableScannerAsync * | scanner, | ||
int | m_interval_scanner, | ||
bool | is_create | ||
) |
|
virtual |
Dispatch method.
This gets called by the AsyncComm layer when an event occurs in response to a previously sent request that was supplied with this dispatch handler.
event_ptr | shared pointer to event object |
Implements Hypertable::DispatchHandler.
Definition at line 49 of file TableScannerDispatchHandler.cc.
|
private |
Definition at line 55 of file TableScannerDispatchHandler.h.
|
private |
Definition at line 57 of file TableScannerDispatchHandler.h.
|
private |
Definition at line 58 of file TableScannerDispatchHandler.h.
|
private |
Definition at line 56 of file TableScannerDispatchHandler.h.