WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to a FileRegistryService to request the removal of an entry. More...
#include <FileRegistryMessage.h>
Public Member Functions | |
FileRegistryRemoveEntryRequestMessage (simgrid::s4u::Mailbox *answer_mailbox, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > location, double payload) | |
Constructor. More... | |
Public Attributes | |
simgrid::s4u::Mailbox * | answer_mailbox |
The mailbox to which the answer message should be sent. | |
std::shared_ptr< DataFile > | file |
The file for which one entry should be removed. | |
std::shared_ptr< FileLocation > | location |
The location to remove. | |
Additional Inherited Members |
A message sent to a FileRegistryService to request the removal of an entry.
wrench::FileRegistryRemoveEntryRequestMessage::FileRegistryRemoveEntryRequestMessage | ( | simgrid::s4u::Mailbox * | answer_mailbox, |
std::shared_ptr< DataFile > | file, | ||
std::shared_ptr< FileLocation > | location, | ||
double | payload | ||
) |
Constructor.
answer_mailbox | the mailbox to which the answer message should be sent |
file | the file for which an entry should be removed |
location | the file location of that entry |
payload | the message size in bytes |