WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a FileRegistryService in answer to a file lookup request. More...
#include <FileRegistryMessage.h>
Public Member Functions | |
FileRegistryFileLookupAnswerMessage (WorkflowFile *file, std::set< std::shared_ptr< FileLocation >> locations, double payload) | |
Constructor. More... | |
Public Attributes | |
WorkflowFile * | file |
The file that was looked up. | |
std::set< std::shared_ptr< FileLocation > > | locations |
A (possibly empty) set of file locations. | |
Additional Inherited Members |
A message sent by a FileRegistryService in answer to a file lookup request.
wrench::FileRegistryFileLookupAnswerMessage::FileRegistryFileLookupAnswerMessage | ( | WorkflowFile * | file, |
std::set< std::shared_ptr< FileLocation >> | locations, | ||
double | payload | ||
) |
Constructor.
file | the file that was looked up |
locations | the set of locations for the file |
payload | the message size in bytes |