A message sent to a BatchComputeService to submit a batch job for execution. More...
#include <BatchComputeServiceMessage.h>
Public Member Functions | |
BatchComputeServiceJobRequestMessage (std::string answer_mailbox, std::shared_ptr< BatchJob > job, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to answer to. | |
std::shared_ptr< BatchJob > | job |
The batch job. | |
Additional Inherited Members |
Detailed Description
A message sent to a BatchComputeService to submit a batch job for execution.
Constructor & Destructor Documentation
◆ BatchComputeServiceJobRequestMessage()
wrench::BatchComputeServiceJobRequestMessage::BatchComputeServiceJobRequestMessage | ( | std::string | answer_mailbox, |
std::shared_ptr< BatchJob > | job, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to which the answer should be sent back job the batch job payload the message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- BatchComputeServiceMessage.h
- BatchComputeServiceMessage.cpp