wrench::StorageServiceProperty

class StorageServiceProperty : public wrench::ServiceProperty

Configurable properties for a StorageService.

Subclassed by wrench::SimpleStorageServiceProperty

Public Static Attributes

static const std::string BUFFER_SIZE

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)

  • Example values: “42”, “42B”, “56MB”, “100KiB”, etc.