wrench::BatchQueryAnswerMessage Class Reference

A message send by a BatschedNetworkListener to a Batsched-enabled BatchComputeService with a job start time estimate obtained from Batsched. More...

#include <BatchComputeServiceMessage.h>

Inheritance diagram for wrench::BatchQueryAnswerMessage:
wrench::BatchComputeServiceMessage wrench::ComputeServiceMessage wrench::ServiceMessage wrench::SimulationMessage

Public Member Functions

 BatchQueryAnswerMessage (double estimated_job_start_time, double payload)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (std::string name, double payload)
 Constructor. More...
 
virtual std::string getName ()
 Retrieve the message name. More...
 

Public Attributes

double estimated_start_time
 The estimated job start time.
 
- Public Attributes inherited from wrench::SimulationMessage
std::string name
 The message name.
 
double payload
 The message size in bytes.
 

Additional Inherited Members

- Protected Member Functions inherited from wrench::BatchComputeServiceMessage
 BatchComputeServiceMessage (std::string name, double payload)
 Constructor. More...
 
- Protected Member Functions inherited from wrench::ComputeServiceMessage
 ComputeServiceMessage (std::string name, double payload)
 Constructor. More...
 
- Protected Member Functions inherited from wrench::ServiceMessage
 ServiceMessage (std::string name, double payload)
 Constructor. More...
 

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_timethe estimated job start time
payloadthe message size in bytes
Exceptions
std::invalid_argument

The documentation for this class was generated from the following files: