SimpleStorageServiceProperty.h
1 
11 #ifndef WRENCH_SIMPLESTORAGESERVICEPROPERTY_H
12 #define WRENCH_SIMPLESTORAGESERVICEPROPERTY_H
13 
14 #include "wrench/services/storage/StorageServiceProperty.h"
15 
16 namespace wrench {
17 
22 
23  public:
24 
26  DECLARE_PROPERTY_NAME(MAX_NUM_CONCURRENT_DATA_CONNECTIONS);
27 
28  };
29 
30 };
31 
32 
33 #endif //WRENCH_SIMPLESTORAGESERVICEPROPERTY_H
Configurable properties for a StorageService.
Definition: StorageServiceProperty.h:22
Definition: Alarm.cpp:20
Configurable properties for a SimpleStorageService.
Definition: SimpleStorageServiceProperty.h:21
static const std::string MAX_NUM_CONCURRENT_DATA_CONNECTIONS
The maximum number of concurrent data connections supported by the service (default = "infinity")
Definition: SimpleStorageServiceProperty.h:26