![]() |
WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
|
A message sent to a StorageService to write a file. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFileWriteRequestMessage (simgrid::s4u::Mailbox *answer_mailbox, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > location, unsigned long buffer_size, double payload) | |
Constructor. More... | |
Public Attributes | |
simgrid::s4u::Mailbox * | answer_mailbox |
Mailbox to which the answer message should be sent. | |
unsigned long | buffer_size |
The buffer size to use. | |
std::shared_ptr< DataFile > | file |
The file to write. | |
std::shared_ptr< FileLocation > | location |
The location to write the file to. | |
Additional Inherited Members |
A message sent to a StorageService to write a file.
wrench::StorageServiceFileWriteRequestMessage::StorageServiceFileWriteRequestMessage | ( | simgrid::s4u::Mailbox * | answer_mailbox, |
std::shared_ptr< DataFile > | file, | ||
std::shared_ptr< FileLocation > | location, | ||
unsigned long | buffer_size, | ||
double | payload | ||
) |
Constructor.
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 |
std::invalid_argument |