#include <gpudb/FailbackPollerService.hpp>
Public Member Functions | |
| FailbackPollerService (const gpudb::GPUdb &db, long pollingInterval) | |
| FailbackPollerService (const FailbackPollerService &)=delete | |
| FailbackPollerService & | operator= (const FailbackPollerService &)=delete |
| virtual | ~FailbackPollerService () |
| bool | isRunning () |
| Checks whether the poller is running and returns true or false. | |
| void | start () |
| Starts the poller service. | |
| void | stop () |
| Stops the poller service. | |
| void | restart () |
Static Public Attributes | |
| static const int | DEFAULT_START_DELAY |
| static const int | DEFAULT_POLLING_INTERVAL |
Detailed Description
Definition at line 16 of file FailbackPollerService.hpp.
Constructor & Destructor Documentation
◆ FailbackPollerService() [1/2]
| inline |
Definition at line 37 of file FailbackPollerService.hpp.
◆ FailbackPollerService() [2/2]
| delete |
◆ ~FailbackPollerService()
| virtual |
Member Function Documentation
◆ isRunning()
| bool gpudb::FailbackPollerService::isRunning | ( | ) |
Checks whether the poller is running and returns true or false.
◆ operator=()
| delete |
◆ restart()
| void gpudb::FailbackPollerService::restart | ( | ) |
◆ start()
| void gpudb::FailbackPollerService::start | ( | ) |
Starts the poller service.
◆ stop()
| void gpudb::FailbackPollerService::stop | ( | ) |
Stops the poller service.
Member Data Documentation
◆ DEFAULT_POLLING_INTERVAL
| static |
Definition at line 19 of file FailbackPollerService.hpp.
◆ DEFAULT_START_DELAY
| static |
Definition at line 18 of file FailbackPollerService.hpp.
The documentation for this class was generated from the following file: