wrench::SimulationTimestampFileCopyStart Class Reference

A simulation timestamp class for file copy start times. More...

#include <SimulationTimestampTypes.h>

Inheritance diagram for wrench::SimulationTimestampFileCopyStart:
wrench::SimulationTimestampFileCopy wrench::SimulationTimestampPair wrench::SimulationTimestampType

Public Member Functions

 SimulationTimestampFileCopyStart (WorkflowFile *file, StorageService *src, std::string src_partition, StorageService *dst, std::string dst_partition)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationTimestampFileCopy
 SimulationTimestampFileCopy (WorkflowFile *file, StorageService *src, std::string src_partition, StorageService *dst, std::string dst_partition, SimulationTimestampFileCopyStart *start_timestamp=nullptr)
 Constructor. More...
 
FileLocation getDestination ()
 retrieves the location where the WorkflowFile will be copied More...
 
SimulationTimestampFileCopygetEndpoint () override
 retrieves the corresponding SimulationTimestampFileCopy object More...
 
WorkflowFilegetFile ()
 retrieves the WorkflowFile being copied More...
 
FileLocation getSource ()
 retrieves the location from which the WorkflowFile is being copied More...
 
- Public Member Functions inherited from wrench::SimulationTimestampPair
 SimulationTimestampPair ()
 Constructor.
 
 SimulationTimestampPair (SimulationTimestampPair *endpoint)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationTimestampType
double getDate ()
 Retrieve the date recorded for this timestamp. More...
 

Additional Inherited Members

- Protected Attributes inherited from wrench::SimulationTimestampFileCopy
FileLocation destination
 The intended location where the WorkflowFile was being copied to.
 
WorkflowFilefile
 
FileLocation source
 The location where the WorkflowFile was being copied from.
 
- Protected Attributes inherited from wrench::SimulationTimestampPair
SimulationTimestampPairendpoint = nullptr
 

Detailed Description

A simulation timestamp class for file copy start times.

Constructor & Destructor Documentation

◆ SimulationTimestampFileCopyStart()

wrench::SimulationTimestampFileCopyStart::SimulationTimestampFileCopyStart ( WorkflowFile file,
StorageService src,
std::string  src_partition,
StorageService dst,
std::string  dst_partition 
)

Constructor.

Parameters
filethe WorkflowFile associated with this file copy
srcthe source StorageService from which this file is being copied
src_partitionthe partition in the source StorageService from which this file is being copied
dstthe destination StorageService where this file will be copied
dst_partitionthe partition in the destination StorageService where this file will be copied
Exceptions
std::invalid_argument

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