wrench::ComputeServiceResourceInformationAnswerMessage

class wrench::ComputeServiceResourceInformationAnswerMessage : public wrench::ComputeServiceMessage

A message sent by a ComputeService in answer to a resource information request.

Public Functions

ComputeServiceResourceInformationAnswerMessage(std::map<std::string, double> info, double payload)

Constructor.

Parameters
  • info – the resource description map

  • payload – the message size in bytes

Throws

std::invalid_argument

Public Members

std::map<std::string, double> info

The resource information map.