wrench::StorageServiceFileLookupRequestMessage

class StorageServiceFileLookupRequestMessage : public wrench::StorageServiceMessage

A message sent to a StorageService to lookup a file.

Public Functions

StorageServiceFileLookupRequestMessage(simgrid::s4u::Mailbox *answer_mailbox, const std::shared_ptr<FileLocation> &location, double payload)

Constructor.

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

  • location – the file location (hopefully)

  • 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<FileLocation> location

The location to lookup.