WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
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 
32  DECLARE_PROPERTY_NAME(BUFFER_SIZE);
33  };
34 
35 };
36 
37 
38 #endif //WRENCH_STORAGESERVICEPROPERTY_H
wrench::StorageServiceProperty::BUFFER_SIZE
static const std::string BUFFER_SIZE
Buffer size used when copying/communicating data:
Definition: StorageServiceProperty.h:32
wrench::StorageServiceProperty
Configurable properties for a StorageService.
Definition: StorageServiceProperty.h:22
wrench::ServiceProperty
Configurable properties for a Service.
Definition: ServiceProperty.h:25
wrench
Definition: Alarm.cpp:20