WRENCH
1.11
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 (std::shared_ptr< DataFile >file, std::shared_ptr< StorageService > storage_service) | |
Constructor. More... | |
std::shared_ptr< DataFile > | getFile () |
Getter. More... | |
std::shared_ptr< StorageService > | getStorageService () |
Getter. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "not enough space on storage service" failure cause.
wrench::StorageServiceNotEnoughSpace::StorageServiceNotEnoughSpace | ( | std::shared_ptr< DataFile > | 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 |
std::shared_ptr< DataFile > wrench::StorageServiceNotEnoughSpace::getFile | ( | ) |
Getter.
std::shared_ptr< StorageService > wrench::StorageServiceNotEnoughSpace::getStorageService | ( | ) |
Getter.
|
overridevirtual |