20 #ifndef HYPERTABLE_TABLESCANNERHANDLER_H
21 #define HYPERTABLE_TABLESCANNERHANDLER_H
27 class TableScannerAsync;
Declarations of ApplicationHandler.
Asynchronous table scanner.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
virtual void run()
Carries out the request.
TableScannerAsync * m_scanner
Base clase for application handlers.
TableScannerHandler(TableScannerAsync *scanner, int interval_scanner, EventPtr &event, bool is_create)