#include <cpr_job.hpp>

Public Member Functions | |
| job () | |
| Creates the object. | |
| job (saga::object const &o) | |
| Creates the object. | |
| ~job () | |
| Destroys the object. | |
| job & | operator= (saga::object const &o) |
| Brief description starts here. | |
| void | checkpoint (saga::url u=saga::url()) |
| checkpoint a job | |
| void | recover (saga::url u=saga::url()) |
| recover a job | |
| void | cpr_stage_in (saga::url u=saga::url()) |
| stage-in a checkpoint file | |
| void | cpr_stage_out (saga::url u=saga::url()) |
| stage-out a checkpoint file | |
| std::vector< saga::url > | cpr_list (void) |
| get list of known checkpoints | |
| saga::url | cpr_last (void) |
| get last known checkpoint | |
| saga::cpr::job::job | ( | ) |
| saga::cpr::job::job | ( | saga::object const & | o | ) | [explicit] |
| saga::cpr::job::~job | ( | void | ) |
| job & saga::cpr::job::operator= | ( | saga::object const & | o | ) |
Brief description starts here.
Reimplemented from saga::job::job.
References saga::job::job::operator=().
| std::vector<saga::url> saga::cpr::job::cpr_list | ( | void | ) | [inline] |
get list of known checkpoints
References saga::task::get_result().
| saga::url saga::cpr::job::cpr_last | ( | void | ) | [inline] |
1.5.6