A message sent to a StorageService to write a file. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFileWriteRequestMessage (std::string answer_mailbox, WorkflowFile *file, std::shared_ptr< FileLocation > location, unsigned long buffer_size, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
Mailbox to which the answer message should be sent. | |
unsigned long | buffer_size |
The buffer size to use. | |
WorkflowFile * | file |
The file to write. | |
std::shared_ptr< FileLocation > | location |
The location to write the file to. | |
Additional Inherited Members |
Detailed Description
A message sent to a StorageService to write a file.
Constructor & Destructor Documentation
◆ StorageServiceFileWriteRequestMessage()
wrench::StorageServiceFileWriteRequestMessage::StorageServiceFileWriteRequestMessage | ( | std::string | answer_mailbox, |
WorkflowFile * | file, | ||
std::shared_ptr< FileLocation > | location, | ||
unsigned long | buffer_size, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to which to send the answer file the file location the file location buffer_size the buffer size 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