A message sent to a ComputeService to request information on its compute resources.
More...
#include <ComputeServiceMessage.h>
|
simgrid::s4u::Mailbox * | answer_mailbox |
| The mailbox to which the answer should be sent.
|
|
const std::string & | key |
| The key (i.e., resource information name) desired.
|
|
double | payload |
| The message name. More...
|
|
A message sent to a ComputeService to request information on its compute resources.
◆ ComputeServiceResourceInformationRequestMessage()
wrench::ComputeServiceResourceInformationRequestMessage::ComputeServiceResourceInformationRequestMessage |
( |
simgrid::s4u::Mailbox * |
answer_mailbox, |
|
|
const std::string & |
key, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
answer_mailbox | the mailbox to which the answer should be sent |
key | the desired resource information (i.e., dictionary key) that's needed) |
payload | the message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: