StorageServiceProperty.h
1 
11 #ifndef WRENCH_STORAGESERVICEPROPERTY_H
12 #define WRENCH_STORAGESERVICEPROPERTY_H
13 
14 #include "wrench/services/ServiceProperty.h"
15 
16 
17 namespace wrench {
18 
23 
24  public:
25 
27  DECLARE_PROPERTY_NAME(MAX_NUM_CONCURRENT_DATA_CONNECTIONS);
28 
30  DECLARE_PROPERTY_NAME(SELF_CONNECTION_DELAY);
31 
32  };
33 
34 };
35 
36 
37 #endif //WRENCH_STORAGESERVICEPROPERTY_H
Configurable properties for a Service.
Definition: ServiceProperty.h:26
static const std::string SELF_CONNECTION_DELAY
The simulated delay when a storage service connects to itself (default = "0")
Definition: StorageServiceProperty.h:30
Configurable properties for a StorageService.
Definition: StorageServiceProperty.h:22
static const std::string MAX_NUM_CONCURRENT_DATA_CONNECTIONS
The maximum number of concurrent data connections supported by the service (default = "infinity") ...
Definition: StorageServiceProperty.h:27
Definition: TerminalOutput.cpp:15