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