wrench::StorageServiceFileDeleteRequestMessage

class StorageServiceFileDeleteRequestMessage : public wrench::StorageServiceMessage

A message sent to a StorageService to delete a file.

Public Functions

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

Constructor.

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

  • file – the file

  • location – the file location

  • 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 file to delete.

std::shared_ptr<FileLocation> location

The location where the file will be deleted.