WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
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