A message sent by a ComputeService when a StandardJob has failed to execute. More...
#include <ComputeServiceMessage.h>
Public Member Functions | |
ComputeServiceStandardJobFailedMessage (std::shared_ptr< StandardJob >, std::shared_ptr< ComputeService >, std::shared_ptr< FailureCause > cause, double payload) | |
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. | |
std::shared_ptr< StandardJob > | job |
The job that has failed. | |
Additional Inherited Members |
Detailed Description
A message sent by a ComputeService when a StandardJob has failed to execute.
Constructor & Destructor Documentation
◆ ComputeServiceStandardJobFailedMessage()
wrench::ComputeServiceStandardJobFailedMessage::ComputeServiceStandardJobFailedMessage | ( | std::shared_ptr< StandardJob > | job, |
std::shared_ptr< ComputeService > | cs, | ||
std::shared_ptr< FailureCause > | cause, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
job a standard job that has failed cs the compute service on which the job has failed cause the cause of the failure payload message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- ComputeServiceMessage.h
- ComputeServiceMessage.cpp