A message sent to a StorageService to read a file.
More...
#include <StorageServiceMessage.h>
A message sent to a StorageService to read a file.
◆ StorageServiceFileReadRequestMessage()
wrench::StorageServiceFileReadRequestMessage::StorageServiceFileReadRequestMessage |
( |
std::string |
answer_mailbox, |
|
|
std::string |
mailbox_to_receive_the_file_content, |
|
|
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 |
mailbox_to_receive_the_file_content | the mailbox to which to send the file content |
file | the file |
location | the location where the file is stored |
buffer_size | the requested buffer size |
payload | the message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: