wrench::SimpleStorageService Class Reference
A simple StorageService implementation. More...
#include <SimpleStorageService.h>
Inheritance diagram for wrench::SimpleStorageService:

Public Member Functions | |
SimpleStorageService (std::string hostname, double capacity, std::map< std::string, std::string >={}) | |
Public constructor. More... | |
Detailed Description
A simple StorageService implementation.
Constructor & Destructor Documentation
◆ SimpleStorageService()
wrench::SimpleStorageService::SimpleStorageService | ( | std::string | hostname, |
double | capacity, | ||
std::map< std::string, std::string > | plist = {} |
||
) |
Public constructor.
- Parameters
-
hostname the name of the host on which to start the service capacity the storage capacity in bytes plist a property list ({} means "use all defaults")
The documentation for this class was generated from the following files:
- include/wrench/services/storage/simple/SimpleStorageService.h
- src/wrench/services/storage/simple/SimpleStorageService.cpp