A message sent by a StorageService in answer to a file copy request. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFileCopyAnswerMessage (WorkflowFile *file, std::shared_ptr< FileLocation > src, std::shared_ptr< FileLocation > dst, std::shared_ptr< FileRegistryService > file_registry_service, bool file_registry_service_updated, bool success, std::shared_ptr< FailureCause > cause, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< FileLocation > | dst |
The destination location. | |
std::shared_ptr< FailureCause > | failure_cause |
The cause of the failure, or nullptr if success. | |
WorkflowFile * | file |
The file was was copied, or not. | |
std::shared_ptr< FileRegistryService > | file_registry_service |
The file registry service that the user had requested be updated, or nullptr if none. | |
bool | file_registry_service_updated |
Whether a file registry service has been updated or not. | |
std::shared_ptr< FileLocation > | src |
The source location. | |
bool | success |
Whether the copy was successful. | |
Additional Inherited Members |
Detailed Description
A message sent by a StorageService in answer to a file copy request.
Constructor & Destructor Documentation
◆ StorageServiceFileCopyAnswerMessage()
wrench::StorageServiceFileCopyAnswerMessage::StorageServiceFileCopyAnswerMessage | ( | WorkflowFile * | file, |
std::shared_ptr< FileLocation > | src, | ||
std::shared_ptr< FileLocation > | dst, | ||
std::shared_ptr< FileRegistryService > | file_registry_service, | ||
bool | file_registry_service_updated, | ||
bool | success, | ||
std::shared_ptr< FailureCause > | failure_cause, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
file the file src the source location dst the destination location file_registry_service the file registry service to update (nullptr if none) file_registry_service_updated whether the file registry service was updated success true on success, false otherwise failure_cause the cause of a failure (nullptr if success==true) 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