WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Static Public Attributes | List of all members
wrench::StorageServiceProperty Class Reference

Configurable properties for a StorageService. More...

#include <StorageServiceProperty.h>

Inheritance diagram for wrench::StorageServiceProperty:
wrench::ServiceProperty wrench::SimpleStorageServiceProperty

Static Public Attributes

static const std::string BUFFER_SIZE
 Buffer size used when copying/communicating data: More...
 

Detailed Description

Configurable properties for a StorageService.

Member Data Documentation

◆ BUFFER_SIZE

const std::string wrench::StorageServiceProperty::BUFFER_SIZE
static

Buffer size used when copying/communicating data:

  • "infinity": full buffering (read/write and forward model)
  • "0": an ideal fluid model
  • any integral value in between: an actual buffer size (the smaller the buffer size, the slower the simulation)
  • Default value: "1048576" (1 MiB)

The documentation for this class was generated from the following file: