A message sent by a StorageService in answer to a file lookup request. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFileLookupAnswerMessage (WorkflowFile *file, bool file_is_available, double payload) | |
Constructor. More... | |
Public Attributes | |
WorkflowFile * | file |
The file that was looked up. | |
bool | file_is_available |
Whether the file was found. | |
Additional Inherited Members |
Detailed Description
A message sent by a StorageService in answer to a file lookup request.
Constructor & Destructor Documentation
◆ StorageServiceFileLookupAnswerMessage()
wrench::StorageServiceFileLookupAnswerMessage::StorageServiceFileLookupAnswerMessage | ( | WorkflowFile * | file, |
bool | file_is_available, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
file the file file_is_available true if the file is available on the storage system payload the message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- StorageServiceMessage.h
- StorageServiceMessage.cpp