FileAlreadyBeingCopied Class Reference

A "file is already there" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for FileAlreadyBeingCopied:

Public Member Functions

WorkflowFile * getFile ()
 Getter. More...
 
std::string getPartition ()
 Getter. More...
 
StorageService * getStorageService ()
 Getter. More...
 
std::string toString ()
 Get the human-readable failure message. More...
 

Detailed Description

A "file is already there" failure cause.

/** A "file is already being copied" failure cause

Member Function Documentation

◆ getFile()

WorkflowFile * FileAlreadyBeingCopied::getFile ( )

Getter.

Returns
the file

◆ getPartition()

std::string FileAlreadyBeingCopied::getPartition ( )

Getter.

Returns
the destination partition

◆ getStorageService()

StorageService * FileAlreadyBeingCopied::getStorageService ( )

Getter.

Returns
the storage service

◆ toString()

std::string FileAlreadyBeingCopied::toString ( )

Get the human-readable failure message.

Returns
the message

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