WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "not enough space on storage service" failure cause. More...
#include <StorageServiceNotEnoughSpace.h>
Public Member Functions | |
StorageServiceNotEnoughSpace (WorkflowFile *file, std::shared_ptr< StorageService > storage_service) | |
Constructor. More... | |
WorkflowFile * | getFile () |
Getter. More... | |
std::shared_ptr< StorageService > | getStorageService () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
A "not enough space on storage service" failure cause.
wrench::StorageServiceNotEnoughSpace::StorageServiceNotEnoughSpace | ( | WorkflowFile * | file, |
std::shared_ptr< StorageService > | storage_service | ||
) |
Constructor.
file | the file that could not be written |
storage_service | the storage service that ran out of spacee |
WorkflowFile * wrench::StorageServiceNotEnoughSpace::getFile | ( | ) |
Getter.
std::shared_ptr< StorageService > wrench::StorageServiceNotEnoughSpace::getStorageService | ( | ) |
Getter.
|
virtual |