wrench::SimulationTimestampFileWriteFailure Class Reference

A simulation timestamp class for file write failure times. More...

#include <SimulationTimestampTypes.h>

Inheritance diagram for wrench::SimulationTimestampFileWriteFailure:
wrench::SimulationTimestampFileWrite wrench::SimulationTimestampPair wrench::SimulationTimestampType

Additional Inherited Members

- Public Member Functions inherited from wrench::SimulationTimestampFileWrite
FileLocationgetDestination ()
 retrieves the location from which the WorkflowFile is being copied More...
 
SimulationTimestampFileWritegetEndpoint () override
 Retrieve the matching endpoint, if any. More...
 
WorkflowFilegetFile ()
 retrieves the WorkflowFile being written More...
 
StorageServicegetService ()
 retrieves the Service that ordered file write More...
 
WorkflowTaskgetTask ()
 retrieves task associated w/ file write More...
 
- Public Member Functions inherited from wrench::SimulationTimestampPair
 SimulationTimestampPair ()
 Constructor.
 
 SimulationTimestampPair (SimulationTimestampPair *endpoint)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationTimestampType
 SimulationTimestampType ()
 
More...
 
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
FileLocationdestination
 The location where the WorkflowFile was being write from.
 
WorkflowFilefile
 The WorkflowFile that was being write.
 
StorageServiceservice
 Service that initiated the write.
 
WorkflowTasktask
 Task associated with write.
 
- Protected Attributes inherited from wrench::SimulationTimestampPair
SimulationTimestampPairendpoint = 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 failure times.


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