A message sent by the JobManager to notify some submitter that a StandardJob has failed. More...
#include <JobManagerMessage.h>
Public Member Functions | |
JobManagerStandardJobFailedMessage (StandardJob *job, std::shared_ptr< ComputeService > compute_service, std::map< WorkflowTask *, WorkflowTask::State > necessary_state_changes, std::set< WorkflowTask * > necessary_failure_count_increments, std::shared_ptr< FailureCause > cause) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< FailureCause > | cause |
The cause of the failure. | |
std::shared_ptr< ComputeService > | compute_service |
The compute service on which the job has failed. | |
StandardJob * | job |
The job that has failed. | |
std::set< WorkflowTask * > | necessary_failure_count_increments |
The tasks whose failure counts need to be incremented. | |
std::map< WorkflowTask *, WorkflowTask::State > | necessary_state_changes |
The task state change that should be made. | |
Additional Inherited Members |
Detailed Description
A message sent by the JobManager to notify some submitter that a StandardJob has failed.
Constructor & Destructor Documentation
◆ JobManagerStandardJobFailedMessage()
wrench::JobManagerStandardJobFailedMessage::JobManagerStandardJobFailedMessage | ( | StandardJob * | job, |
std::shared_ptr< ComputeService > | compute_service, | ||
std::map< WorkflowTask *, WorkflowTask::State > | necessary_state_changes, | ||
std::set< WorkflowTask * > | necessary_failure_count_increments, | ||
std::shared_ptr< FailureCause > | cause | ||
) |
Constructor.
- Parameters
-
job the job that has failed compute_service the ComputeService on which it ran necessary_state_changes necessary task state changes necessary_failure_count_increments necessary task failure count increments cause the cause of the failure
The documentation for this class was generated from the following files:
- JobManagerMessage.h
- JobManagerMessage.cpp