WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
include
wrench
services
storage
simple
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
21
class
SimpleStorageServiceProperty
:
public
StorageServiceProperty
{
22
23
public
:
24
26
DECLARE_PROPERTY_NAME(
MAX_NUM_CONCURRENT_DATA_CONNECTIONS
);
27
28
};
29
30
};
31
32
33
#endif //WRENCH_SIMPLESTORAGESERVICEPROPERTY_H
wrench::StorageServiceProperty
Configurable properties for a StorageService.
Definition:
StorageServiceProperty.h:22
wrench
Definition:
Alarm.cpp:20
wrench::SimpleStorageServiceProperty
Configurable properties for a SimpleStorageService.
Definition:
SimpleStorageServiceProperty.h:21
wrench::SimpleStorageServiceProperty::MAX_NUM_CONCURRENT_DATA_CONNECTIONS
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