wrench::FileWriteAction

class FileWriteAction : public wrench::Action

A class that implements a file write action.

Public Functions

std::shared_ptr<DataFile> getFile() const

Returns the action’s file.

Returns

the file

std::shared_ptr<FileLocation> getFileLocation() const

Returns the action’s file location.

Returns

A file location

virtual bool usesScratch() const override

Determine whether the action uses scratch.

Returns

true if the action uses scratch, false otherwise