Classes | |
class | istream |
Brief description starts here. More... | |
class | job |
The job provides the manageability interface to a job instance submitted to a resource manager. More... | |
class | description |
This object encapsulates all the attributes which define a job to be run. More... | |
class | self |
The job_self class is a job which represents the current application. More... | |
class | service |
The job_service represents a resource management backend, and as such allows to create and submit jobs, and to discover jobs. More... | |
class | ostream |
Brief description starts here. More... | |
Namespaces | |
namespace | metrics |
Available metrics defined for the Job Management API package. | |
namespace | detail |
namespace | attributes |
Available attributes defined for the Job Management API package. | |
Enumerations | |
enum | state { Unknown = saga::task_base::Unknown, New = saga::task_base::New, Running = saga::task_base::Running, Done = saga::task_base::Done, Canceled = saga::task_base::Canceled, Failed = saga::task_base::Failed, Suspended = 6 } |
The state is equivalent to the inherited sagatask::state, but adds the Suspended state. More... |
enum saga::job::state |
The state is equivalent to the inherited sagatask::state, but adds the Suspended state.