A simulation timestamp class for file write start times. More...
#include <SimulationTimestampTypes.h>
Additional Inherited Members | |
Public Member Functions inherited from wrench::SimulationTimestampFileWrite | |
FileLocation * | getDestination () |
retrieves the location from which the WorkflowFile is being copied More... | |
SimulationTimestampFileWrite * | getEndpoint () override |
Retrieve the matching endpoint, if any. More... | |
WorkflowFile * | getFile () |
retrieves the WorkflowFile being written More... | |
StorageService * | getService () |
retrieves the Service that ordered file write More... | |
WorkflowTask * | getTask () |
retrieves task associated w/ file write More... | |
Public Member Functions inherited from wrench::SimulationTimestampType | |
SimulationTimestampType () | |
double | getDate () |
Retrieve the date recorded for this timestamp. More... | |
Protected Member Functions inherited from wrench::SimulationTimestampFileWrite | |
SimulationTimestampFileWrite (WorkflowFile *file, FileLocation *dst, StorageService *service, WorkflowTask *task=nullptr) | |
Constructor. More... | |
void | setEndpoints () |
Sets the endpoint of the calling object (SimulationTimestampFileWriteFailure, SimulationTimestampFileWriteTerminated, SimulationTimestampFileWriteStart) with a SimulationTimestampFileWriteStart object. | |
Protected Attributes inherited from wrench::SimulationTimestampFileWrite | |
FileLocation * | destination |
The location where the WorkflowFile was being write from. | |
WorkflowFile * | file |
The WorkflowFile that was being write. | |
StorageService * | service |
Service that initiated the write. | |
WorkflowTask * | task |
Task associated with write. | |
Protected Attributes inherited from wrench::SimulationTimestampPair | |
SimulationTimestampPair * | endpoint = nullptr |
An optional associated "endpoint" simulation timestamp. | |
Static Protected Attributes inherited from wrench::SimulationTimestampFileWrite | |
static std::unordered_multimap< File, std::pair< SimulationTimestampFileWrite *, WorkflowTask * > > | pending_file_writes |
the data structure that holds the ongoing file writes. More... | |
Detailed Description
A simulation timestamp class for file write start times.
The documentation for this class was generated from the following files:
- SimulationTimestampTypes.h
- SimulationTimestampTypes.cpp