A message sent by a ComputeService when a PilotJob has failed. More...
#include <ComputeServiceMessage.h>
Public Member Functions | |
ComputeServicePilotJobFailedMessage (PilotJob *, std::shared_ptr< ComputeService >, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< ComputeService > | compute_service |
The compute service on which the pilot job failed. | |
PilotJob * | job |
The pilot job that has failed. | |
Additional Inherited Members |
Detailed Description
A message sent by a ComputeService when a PilotJob has failed.
Constructor & Destructor Documentation
◆ ComputeServicePilotJobFailedMessage()
wrench::ComputeServicePilotJobFailedMessage::ComputeServicePilotJobFailedMessage | ( | PilotJob * | job, |
std::shared_ptr< ComputeService > | cs, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
job a pilot job that has failed cs the compute service on which the pilot job has failed payload message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- ComputeServiceMessage.h
- ComputeServiceMessage.cpp