wrench::BatchQueryAnswerMessage

class wrench::BatchQueryAnswerMessage : public wrench::BatchComputeServiceMessage

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

Public Functions

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

Throws

std::invalid_argument

Public Members

double estimated_start_time

The estimated job start time.