A simulation timestamp class for file read start times. More...
#include <SimulationTimestampTypes.h>
Public Member Functions | |
SimulationTimestampFileReadStart (WorkflowFile *file, FileLocation *src, StorageService *service, WorkflowTask *task=nullptr) | |
Constructor. More... | |
Public Member Functions inherited from wrench::SimulationTimestampFileRead | |
SimulationTimestampFileRead * | getEndpoint () override |
Retrieve the matching endpoint, if any. More... | |
WorkflowFile * | getFile () |
retrieves the WorkflowFile being read More... | |
StorageService * | getService () |
retrieves the storage service for file read More... | |
FileLocation * | getSource () |
retrieves the location from which the WorkflowFile is being copied More... | |
WorkflowTask * | getTask () |
retrieves task associated w/ file read More... | |
Public Member Functions inherited from wrench::SimulationTimestampPair | |
SimulationTimestampPair () | |
Constructor. | |
SimulationTimestampPair (SimulationTimestampPair *endpoint) | |
Constructor. More... | |
Public Member Functions inherited from wrench::SimulationTimestampType | |
SimulationTimestampType () | |
double | getDate () |
Retrieve the date recorded for this timestamp. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from wrench::SimulationTimestampFileRead | |
SimulationTimestampFileRead (WorkflowFile *file, FileLocation *src, StorageService *service, WorkflowTask *task=nullptr) | |
Constructor. More... | |
void | setEndpoints () |
Sets the endpoint of the calling object (SimulationTimestampFileReadFailure, SimulationTimestampFileReadTerminated, SimulationTimestampFileReadStart) with a SimulationTimestampFileReadStart object. | |
Protected Attributes inherited from wrench::SimulationTimestampFileRead | |
WorkflowFile * | file |
The WorkflowFile that was being read. | |
StorageService * | service |
Service that initiated the read. | |
FileLocation * | source |
The location where the WorkflowFile was being read from. | |
WorkflowTask * | task |
Task tied to read. | |
Protected Attributes inherited from wrench::SimulationTimestampPair | |
SimulationTimestampPair * | endpoint = nullptr |
An optional associated "endpoint" simulation timestamp. | |
Static Protected Attributes inherited from wrench::SimulationTimestampFileRead | |
static std::unordered_multimap< File, std::pair< SimulationTimestampFileRead *, WorkflowTask * > > | pending_file_reads |
the data structure that holds the ongoing file reads. More... | |
Detailed Description
A simulation timestamp class for file read start times.
Constructor & Destructor Documentation
◆ SimulationTimestampFileReadStart()
wrench::SimulationTimestampFileReadStart::SimulationTimestampFileReadStart | ( | WorkflowFile * | file, |
FileLocation * | src, | ||
StorageService * | service, | ||
WorkflowTask * | task = nullptr |
||
) |
Constructor.
- Parameters
-
file the WorkflowFile associated with this file read src the source location service service requesting file read task a task associated to this file read (or nullptr)
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- SimulationTimestampTypes.h
- SimulationTimestampTypes.cpp