0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
Crontab.h File Reference

Crontab class for periodic events. More...

#include "String.h"
#include <bitset>
#include <ctime>
Include dependency graph for Crontab.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.