A message send by a BatschedNetworkListener to a Batsched-enabled BatchComputeService with a job start time estimate obtained from Batsched. More...
#include <BatchComputeServiceMessage.h>
Public Member Functions | |
BatchQueryAnswerMessage (double estimated_job_start_time, double payload) | |
Constructor. More... | |
Public Attributes | |
double | estimated_start_time |
The estimated job start time. | |
Additional Inherited Members |
Detailed Description
A message send by a BatschedNetworkListener to a Batsched-enabled BatchComputeService with a job start time estimate obtained from Batsched.
Constructor & Destructor Documentation
◆ BatchQueryAnswerMessage()
wrench::BatchQueryAnswerMessage::BatchQueryAnswerMessage | ( | double | estimated_job_start_time, |
double | payload | ||
) |
Constructor.
- Parameters
-
estimated_job_start_time the estimated job start time 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