acquireDaemonLock() | wrench::S4U_Daemon | protected |
assertServiceIsUp() | wrench::Service | |
assertServiceIsUp(std::shared_ptr< Service > s) | wrench::Service | inlineprotectedstatic |
cleanupTrackedServices() | wrench::Service | static |
clearTrackedServices() | wrench::Service | static |
createLifeSaver(std::shared_ptr< S4U_Daemon > reference) | wrench::S4U_Daemon | |
DOWN enum value | wrench::S4U_Daemon | |
getComputeResources() | wrench::StandardJobExecutor | |
getFilesInScratch() | wrench::StandardJobExecutor | |
getHostname() | wrench::Service | |
getJob() | wrench::StandardJobExecutor | |
getMessagePayloadValue(std::string) | wrench::Service | |
getName() | wrench::S4U_Daemon | |
getNetworkTimeoutValue() | wrench::Service | |
getPropertyValueAsBoolean(std::string) | wrench::Service | |
getPropertyValueAsDouble(std::string) | wrench::Service | |
getPropertyValueAsString(std::string) | wrench::Service | |
getPropertyValueAsUnsignedLong(std::string) | wrench::Service | |
getReturnValue() | wrench::S4U_Daemon | |
getServiceByName(std::string name) | wrench::Service | inlineprotectedstatic |
getSharedPtr() | wrench::Service | inlineprotected |
getState() | wrench::S4U_Daemon | |
hasReturnedFromMain() | wrench::S4U_Daemon | |
hostname | wrench::S4U_Daemon | |
increaseNumCompletedServicesCount() | wrench::Service | static |
initial_mailbox_name | wrench::S4U_Daemon | |
isDaemonized() | wrench::S4U_Daemon | |
isSetToAutoRestart() | wrench::S4U_Daemon | |
isUp() | wrench::Service | |
join() | wrench::S4U_Daemon | |
kill(bool job_termination) | wrench::StandardJobExecutor | |
killActor() | wrench::S4U_Daemon | protected |
life_saver | wrench::S4U_Daemon | |
mailbox_name | wrench::S4U_Daemon | |
messagepayload_list | wrench::Service | protected |
name | wrench::Service | protected |
network_timeout | wrench::Service | protected |
num_starts | wrench::S4U_Daemon | protected |
process_name | wrench::S4U_Daemon | |
releaseDaemonLock() | wrench::S4U_Daemon | protected |
resume() | wrench::Service | |
resumeActor() | wrench::S4U_Daemon | |
runMainMethod() | wrench::S4U_Daemon | protected |
S4U_Daemon(std::string hostname, std::string process_name_prefix, std::string mailbox_prefix) | wrench::S4U_Daemon | |
Service(std::string hostname, std::string process_name_prefix, std::string mailbox_name_prefix) | wrench::Service | protected |
serviceSanityCheck() | wrench::Service | protected |
setMessagePayload(std::string, double) | wrench::Service | protected |
setMessagePayloads(std::map< std::string, double > default_messagepayload_values, std::map< std::string, double > overriden_messagepayload_values) | wrench::Service | protected |
setNetworkTimeoutValue(double value) | wrench::Service | |
setProperties(std::map< std::string, std::string > default_property_values, std::map< std::string, std::string > overriden_property_values) | wrench::Service | protected |
setProperty(std::string, std::string) | wrench::Service | protected |
setStateToDown() | wrench::Service | |
setupOnExitFunction() | wrench::S4U_Daemon | |
simulation | wrench::S4U_Daemon | |
StandardJobExecutor(Simulation *simulation, std::string callback_mailbox, std::string hostname, std::shared_ptr< StandardJob > job, std::map< std::string, std::tuple< unsigned long, double >> compute_resources, std::shared_ptr< StorageService > scratch_space, bool part_of_pilot_job, PilotJob *parent_pilot_job, std::map< std::string, std::string > property_list, std::map< std::string, double > messagepayload_list) | wrench::StandardJobExecutor | |
start(std::shared_ptr< Service > this_service, bool daemonize, bool auto_restart) | wrench::Service | |
startDaemon(bool _daemonized, bool _auto_restart) | wrench::S4U_Daemon | |
state | wrench::S4U_Daemon | protected |
State enum name | wrench::S4U_Daemon | |
stop() | wrench::Service | virtual |
suspend() | wrench::Service | |
suspendActor() | wrench::S4U_Daemon | |
SUSPENDED enum value | wrench::S4U_Daemon | |
UP enum value | wrench::S4U_Daemon | |
~S4U_Daemon() | wrench::S4U_Daemon | virtual |
~Service() | wrench::Service | protected |
~StandardJobExecutor() | wrench::StandardJobExecutor | |