A message sent by a BatschedNetworkListener to a Batsched-enabled BatchComputeService to tell it to start a job execution, passing it the JSON reply received from Batsched. More...
#include <BatchComputeServiceMessage.h>
Public Member Functions | |
BatchExecuteJobFromBatSchedMessage (std::string answer_mailbox, std::string batsched_decision_reply, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to answer to. | |
std::string | batsched_decision_reply |
The decision reply from Batsched. | |
Additional Inherited Members |
Detailed Description
A message sent by a BatschedNetworkListener to a Batsched-enabled BatchComputeService to tell it to start a job execution, passing it the JSON reply received from Batsched.
Constructor & Destructor Documentation
◆ BatchExecuteJobFromBatSchedMessage()
wrench::BatchExecuteJobFromBatSchedMessage::BatchExecuteJobFromBatSchedMessage | ( | std::string | answer_mailbox, |
std::string | batsched_decision_reply, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to reply to batsched_decision_reply the decision reply from Batsched 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