wrench::StorageServiceFileContentMessage Class Reference

A message sent/received by a StorageService that has a file size as a payload. More...

#include <StorageServiceMessage.h>

Inheritance diagram for wrench::StorageServiceFileContentMessage:
wrench::StorageServiceMessage wrench::ServiceMessage wrench::SimulationMessage

Public Member Functions

 StorageServiceFileContentMessage (WorkflowFile *file)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (std::string name, double payload)
 Constructor. More...
 
virtual std::string getName ()
 Retrieve the message name. More...
 

Public Attributes

WorkflowFilefile
 The file.
 
- Public Attributes inherited from wrench::SimulationMessage
std::string name
 The message name.
 
double payload
 The message size in bytes.
 

Additional Inherited Members

- Protected Member Functions inherited from wrench::StorageServiceMessage
 StorageServiceMessage (std::string name, double payload)
 Constructor. More...
 
- Protected Member Functions inherited from wrench::ServiceMessage
 ServiceMessage (std::string name, double payload)
 Constructor. More...
 

Detailed Description

A message sent/received by a StorageService that has a file size as a payload.

Constructor & Destructor Documentation

◆ StorageServiceFileContentMessage()

wrench::StorageServiceFileContentMessage::StorageServiceFileContentMessage ( WorkflowFile file)

Constructor.

Parameters
filethe workflow data file

The documentation for this class was generated from the following files:
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/src/wrench/services/storage/StorageServiceMessage.h
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/src/wrench/services/storage/StorageServiceMessage.cpp