A message sent to a StorageService to copy a file from another StorageService.
More...
#include <StorageServiceMessage.h>
A message sent to a StorageService to copy a file from another StorageService.
◆ StorageServiceFileCopyRequestMessage()
wrench::StorageServiceFileCopyRequestMessage::StorageServiceFileCopyRequestMessage |
( |
simgrid::s4u::Mailbox * |
answer_mailbox, |
|
|
std::shared_ptr< DataFile > |
file, |
|
|
std::shared_ptr< FileLocation > |
src, |
|
|
std::shared_ptr< FileLocation > |
dst, |
|
|
std::shared_ptr< FileRegistryService > |
file_registry_service, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
answer_mailbox | the mailbox to which to send the answer |
file | the file |
src | the source location |
dst | the destination location |
file_registry_service | the file registry service to update (nullptr if none) |
payload | the message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: