Crontab class for periodic events. More...


Go to the source code of this file.
Classes | |
| struct | Hypertable::crontab_entry |
| Binary representation of crontab spec. More... | |
| class | Hypertable::Crontab |
| Tracks timing of periodic events. More... | |
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
Functions | |
| std::ostream & | Hypertable::operator<< (std::ostream &os, const crontab_entry &entry) |
| Helper function to write crontab_entry to an ostream. More... | |
| template<int N> | |
| void | Hypertable::reconstruct_spec (const std::bitset< N > &bits, String &spec) |
| Converts binary crontab spec back into string spec. More... | |
Crontab class for periodic events.
The Crontab class is used to track the timing of a periodic event. This is used i.e. in the htMaster to schedule LoadBalancer events.
Definition in file Crontab.h.
1.8.8