A message sent to a StorageService to delete a file. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFileDeleteRequestMessage (std::string answer_mailbox, WorkflowFile *file, std::shared_ptr< FileLocation > location, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
Mailbox to which the answer message should be sent. | |
WorkflowFile * | file |
The file to delete. | |
std::shared_ptr< FileLocation > | location |
The location where the file will be deleted. | |
Additional Inherited Members |
Detailed Description
A message sent to a StorageService to delete a file.
Constructor & Destructor Documentation
◆ StorageServiceFileDeleteRequestMessage()
wrench::StorageServiceFileDeleteRequestMessage::StorageServiceFileDeleteRequestMessage | ( | std::string | answer_mailbox, |
WorkflowFile * | 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
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- StorageServiceMessage.h
- StorageServiceMessage.cpp