Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | _engine.object --+ | _engine.task --+ | job._job.job --+ | job
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
checkpoint( (job)arg1 [, (url)arg2]) -> None : checkpoint a job (plain) C++ signature : void checkpoint(saga::cpr::job [,saga::url]) checkpoint( (job)arg1, (routine_type)arg2 [, (url)arg3]) -> task : checkpoint a job (task based) C++ signature : saga::task checkpoint(saga::cpr::job,saga::python::routine_type [,saga::url])
|
cpr_last( (job)arg1) -> url : get last known checkpoint (plain) C++ signature : saga::url cpr_last(saga::cpr::job) cpr_last( (job)arg1, (routine_type)arg2) -> task : get last known checkpoint (task based) C++ signature : saga::task cpr_last(saga::cpr::job,saga::python::routine_type) |
cpr_list( (job)arg1) -> object : get list of known checkpoints (plain) C++ signature : std::vector<saga::url, std::allocator<saga::url> > cpr_list(saga::cpr::job) cpr_list( (job)arg1, (routine_type)arg2) -> task : get list of known checkpoints (task based) C++ signature : saga::task cpr_list(saga::cpr::job,saga::python::routine_type) |
cpr_stage_in( (job)arg1 [, (url)arg2]) -> None : stage-in a checpoint file (plain) C++ signature : void cpr_stage_in(saga::cpr::job [,saga::url]) cpr_stage_in( (job)arg1, (routine_type)arg2 [, (url)arg3]) -> task : stage-in a checpoint file (task based) C++ signature : saga::task cpr_stage_in(saga::cpr::job,saga::python::routine_type [,saga::url]) |
cpr_stage_out( (job)arg1 [, (url)arg2]) -> None : stage-out a checpoint file (plain) C++ signature : void cpr_stage_out(saga::cpr::job [,saga::url]) cpr_stage_out( (job)arg1, (routine_type)arg2 [, (url)arg3]) -> task : stage-out a checpoint file (task based) C++ signature : saga::task cpr_stage_out(saga::cpr::job,saga::python::routine_type [,saga::url]) |
recover( (job)arg1 [, (url)arg2]) -> None : recover a job (plain) C++ signature : void recover(saga::cpr::job [,saga::url]) recover( (job)arg1, (routine_type)arg2 [, (url)arg3]) -> task : recover a job (task based) C++ signature : saga::task recover(saga::cpr::job,saga::python::routine_type [,saga::url]) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 25 14:54:03 2008 | http://epydoc.sourceforge.net |