A message sent to a ComputeService to submit a PilotJob for execution. More...
#include <ComputeServiceMessage.h>
Public Member Functions | |
ComputeServiceSubmitPilotJobRequestMessage (std::string answer_mailbox, PilotJob *, std::map< std::string, std::string > &service_specific_args, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to which the answer message should be sent. | |
PilotJob * | job |
The submitted pilot job. | |
std::map< std::string, std::string > | service_specific_args |
Service specific arguments. | |
Additional Inherited Members |
Detailed Description
A message sent to a ComputeService to submit a PilotJob for execution.
Constructor & Destructor Documentation
◆ ComputeServiceSubmitPilotJobRequestMessage()
wrench::ComputeServiceSubmitPilotJobRequestMessage::ComputeServiceSubmitPilotJobRequestMessage | ( | std::string | answer_mailbox, |
PilotJob * | job, | ||
std::map< std::string, std::string > & | service_specific_args, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox mailbox to which the answer message should be sent job a pilot job submitted for execution service_specific_args a map of extra arguments (each specified by a name and value, both strings) required by some services payload message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- ComputeServiceMessage.h
- ComputeServiceMessage.cpp