WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | List of all members
wrench::NotEnoughResources Class Reference

A "compute service doesn't have enough cores" failure cause. More...

#include <NotEnoughResources.h>

Inheritance diagram for wrench::NotEnoughResources:
wrench::FailureCause

Public Member Functions

std::shared_ptr< ComputeServicegetComputeService ()
 Getter. More...
 
std::shared_ptr< WorkflowJobgetJob ()
 Getter. More...
 
std::string toString ()
 Get the human-readable failure message. More...
 

Detailed Description

A "compute service doesn't have enough cores" failure cause.

Member Function Documentation

◆ getComputeService()

std::shared_ptr< ComputeService > wrench::NotEnoughResources::getComputeService ( )

Getter.

Returns
the compute service

◆ getJob()

std::shared_ptr< WorkflowJob > wrench::NotEnoughResources::getJob ( )

Getter.

Returns
the job

◆ toString()

std::string wrench::NotEnoughResources::toString ( )
virtual

Get the human-readable failure message.

Returns
the message

Implements wrench::FailureCause.


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