wrench::CompoundStorageAllocationRequestMessage

class CompoundStorageAllocationRequestMessage : public wrench::CompoundStorageServiceMessage

A message sent to a CompoundStorageService to request a storage allocation for a file.

Public Functions

CompoundStorageAllocationRequestMessage(simgrid::s4u::Mailbox *answer_mailbox, std::shared_ptr<DataFile> file, double payload)

Constructor.

Parameters:
  • answer_mailbox – the mailbox to which to send the answer

  • file – the file for which storage allocation is requested

  • payload – the message size in bytes

Throws:

std::invalid_argument

Public Members

simgrid::s4u::Mailbox *answer_mailbox

Mailbox to which the answer message should be sent.

std::shared_ptr<DataFile> file

The path.