WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
List of all members
wrench::SimulationTimestampFileWriteCompletion Class Reference

A simulation timestamp class for file write completions. More...

#include <SimulationTimestampTypes.h>

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

Additional Inherited Members

- Public Member Functions inherited from wrench::SimulationTimestampFileWrite
std::shared_ptr< FileLocationgetDestination ()
 retrieves the location from which the DataFile is being copied More...
 
SimulationTimestampFileWritegetEndpoint () override
 Retrieve the matching endpoint, if any. More...
 
std::shared_ptr< DataFilegetFile ()
 retrieves the DataFile being written More...
 
std::shared_ptr< StorageServicegetService ()
 retrieves the Service that ordered file write More...
 
std::shared_ptr< WorkflowTaskgetTask ()
 retrieves task associated w/ file write More...
 
- Public Member Functions inherited from wrench::SimulationTimestampPair
 SimulationTimestampPair ()
 Constructor.
 
 SimulationTimestampPair (double date, 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 (double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > dst, std::shared_ptr< StorageService > service, std::shared_ptr< 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
std::shared_ptr< FileLocationdestination
 The location where the DataFile was being write from.
 
std::shared_ptr< DataFilefile
 The DataFile that was being write.
 
std::shared_ptr< StorageServiceservice
 Service that initiated the write.
 
std::shared_ptr< WorkflowTasktask
 Task associated with write.
 
- Protected Attributes inherited from wrench::SimulationTimestampPair
SimulationTimestampPairendpoint = nullptr
 An optional associated "endpoint" simulation timestamp.
 
- Protected Attributes inherited from wrench::SimulationTimestampType
double date = -0.1
 Date.
 
- Static Protected Attributes inherited from wrench::SimulationTimestampFileWrite
static std::unordered_multimap< FileReadWrite, std::pair< SimulationTimestampFileWrite *, std::shared_ptr< WorkflowTask > > > pending_file_writes
 the data structure that holds the ongoing file writes. More...
 

Detailed Description

A simulation timestamp class for file write completions.


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