acquireDaemonLock() | wrench::S4U_Daemon | protected |
ALL_CORES | wrench::ComputeService | static |
ALL_RAM | wrench::ComputeService | static |
assertServiceIsUp() | wrench::Service | |
assertServiceIsUp(std::shared_ptr< Service > s) | wrench::Service | inlineprotectedstatic |
cleanup(bool has_returned_from_main, int return_value) | wrench::S4U_Daemon | virtual |
cleanupTrackedServices() | wrench::Service | static |
clearTrackedServices() | wrench::Service | static |
CloudComputeService(const std::string &hostname, std::vector< std::string > &execution_hosts, std::string scratch_space_mount_point, std::map< std::string, std::string > property_list={}, std::map< std::string, double > messagepayload_list={}) | wrench::CloudComputeService | |
ComputeService(const std::string &hostname, std::string service_name, std::string mailbox_name_prefix, std::string scratch_space_mount_point) | wrench::ComputeService | |
ComputeService(const std::string &hostname, std::string service_name, std::string mailbox_name_prefix, std::shared_ptr< StorageService > scratch_space) | wrench::ComputeService | protected |
createLifeSaver(std::shared_ptr< S4U_Daemon > reference) | wrench::S4U_Daemon | |
createVM(unsigned long num_cores, double ram_memory, std::map< std::string, std::string > property_list={}, std::map< std::string, double > messagepayload_list={}) | wrench::CloudComputeService | virtual |
createVM(unsigned long num_cores, double ram_memory, std::string desired_vm_name, std::map< std::string, std::string > property_list={}, std::map< std::string, double > messagepayload_list={}) | wrench::CloudComputeService | virtual |
destroyVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
DOWN enum value | wrench::S4U_Daemon | |
execution_hosts | wrench::CloudComputeService | protected |
getCoreFlopRate() | wrench::ComputeService | |
getExecutionHosts() | wrench::CloudComputeService | |
getFreeScratchSpaceSize() | wrench::ComputeService | |
getHostname() | wrench::Service | |
getMemoryCapacity() | wrench::ComputeService | |
getMessagePayloadValue(std::string) | wrench::Service | |
getName() | wrench::S4U_Daemon | |
getNetworkTimeoutValue() | wrench::Service | |
getNumHosts() | wrench::ComputeService | |
getPerHostAvailableMemoryCapacity() | wrench::ComputeService | |
getPerHostNumCores() | wrench::ComputeService | |
getPerHostNumIdleCores() | wrench::ComputeService | |
getPropertyValueAsBoolean(std::string) | wrench::Service | |
getPropertyValueAsDouble(std::string) | wrench::Service | |
getPropertyValueAsString(std::string) | wrench::Service | |
getPropertyValueAsUnsignedLong(std::string) | wrench::Service | |
getReturnValue() | wrench::S4U_Daemon | |
getScratch() | wrench::ComputeService | |
getScratchSharedPtr() | wrench::ComputeService | protected |
getServiceByName(std::string name) | wrench::Service | inlineprotectedstatic |
getSharedPtr() | wrench::Service | inlineprotected |
getState() | wrench::S4U_Daemon | |
getTotalNumCores() | wrench::ComputeService | |
getTotalNumIdleCores() | wrench::ComputeService | virtual |
getTotalScratchSpaceSize() | wrench::ComputeService | |
getTTL() | wrench::ComputeService | |
getVMComputeService(const std::string &vm_name) | wrench::CloudComputeService | virtual |
getVMPhysicalHostname(const std::string &vm_name) | wrench::CloudComputeService | virtual |
hasReturnedFromMain() | wrench::S4U_Daemon | |
hasScratch() | wrench::ComputeService | |
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 | |
isVMDown(const std::string &vm_name) | wrench::CloudComputeService | virtual |
isVMRunning(const std::string &vm_name) | wrench::CloudComputeService | virtual |
isVMSuspended(const std::string &vm_name) | wrench::CloudComputeService | virtual |
join() | wrench::S4U_Daemon | |
killActor() | wrench::S4U_Daemon | protected |
life_saver | wrench::S4U_Daemon | |
mailbox_name | wrench::S4U_Daemon | |
main() override | wrench::CloudComputeService | protectedvirtual |
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 | |
processBareMetalComputeServiceTermination(std::shared_ptr< BareMetalComputeService > cs, int exit_code) | wrench::CloudComputeService | protectedvirtual |
processCreateVM(const std::string &answer_mailbox, unsigned long requested_num_cores, double requested_ram, std::string desired_vm_name, std::map< std::string, std::string > property_list, std::map< std::string, double > messagepayload_list) | wrench::CloudComputeService | protectedvirtual |
processDestroyVM(const std::string &answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
processGetExecutionHosts(const std::string &answer_mailbox) | wrench::CloudComputeService | protectedvirtual |
processGetResourceInformation(const std::string &answer_mailbox) | wrench::CloudComputeService | protectedvirtual |
processNextMessage() | wrench::CloudComputeService | protectedvirtual |
processResumeVM(const std::string &answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
processShutdownVM(const std::string &answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
processStartVM(const std::string &answer_mailbox, const std::string &vm_name, const std::string &pm_name) | wrench::CloudComputeService | protectedvirtual |
processSubmitPilotJob(const std::string &answer_mailbox, std::shared_ptr< PilotJob > job, std::map< std::string, std::string > &service_specific_args) | wrench::CloudComputeService | protectedvirtual |
processSubmitStandardJob(const std::string &answer_mailbox, std::shared_ptr< StandardJob > job, std::map< std::string, std::string > &service_specific_args) | wrench::CloudComputeService | protectedvirtual |
processSuspendVM(const std::string &answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
property_list | wrench::Service | protected |
releaseDaemonLock() | wrench::S4U_Daemon | protected |
resume() | wrench::Service | |
resumeActor() | wrench::S4U_Daemon | |
resumeVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
runMainMethod() | wrench::S4U_Daemon | protected |
S4U_Daemon(std::string hostname, std::string process_name_prefix, std::string mailbox_prefix) | wrench::S4U_Daemon | |
scratch_space_storage_service | wrench::ComputeService | protected |
sendRequest(std::string &answer_mailbox, ComputeServiceMessage *message) | wrench::CloudComputeService | protected |
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 | |
shutdownVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
simulation | wrench::S4U_Daemon | |
start(std::shared_ptr< Service > this_service, bool daemonize, bool auto_restart) | wrench::Service | |
startDaemon(bool daemonized, bool auto_restart) | wrench::S4U_Daemon | |
startVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
state | wrench::S4U_Daemon | protected |
State enum name | wrench::S4U_Daemon | |
stop() override | wrench::ComputeService | virtual |
stopAllVMs() | wrench::CloudComputeService | protected |
submitJob(std::shared_ptr< WorkflowJob > job, const std::map< std::string, std::string > &={}) | wrench::ComputeService | protected |
submitPilotJob(std::shared_ptr< PilotJob > job, const std::map< std::string, std::string > &service_specific_args) override | wrench::CloudComputeService | virtual |
submitStandardJob(std::shared_ptr< StandardJob > job, const std::map< std::string, std::string > &service_specific_args) override | wrench::CloudComputeService | virtual |
supportsPilotJobs() | wrench::ComputeService | |
supportsStandardJobs() | wrench::ComputeService | |
suspend() | wrench::Service | |
suspendActor() | wrench::S4U_Daemon | |
SUSPENDED enum value | wrench::S4U_Daemon | |
suspendVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
terminateJob(std::shared_ptr< WorkflowJob > job) | wrench::ComputeService | |
terminatePilotJob(std::shared_ptr< PilotJob > job) override | wrench::CloudComputeService | virtual |
terminateStandardJob(std::shared_ptr< StandardJob > job) override | wrench::CloudComputeService | virtual |
UP enum value | wrench::S4U_Daemon | |
used_cores_per_execution_host | wrench::CloudComputeService | protected |
used_ram_per_execution_host | wrench::CloudComputeService | protected |
validateProperties() | wrench::CloudComputeService | |
vm_list | wrench::CloudComputeService | protected |
~CloudComputeService() | wrench::CloudComputeService | |
~ComputeService() (defined in wrench::ComputeService) | wrench::ComputeService | inlinevirtual |
~S4U_Daemon() | wrench::S4U_Daemon | virtual |
~Service() | wrench::Service | protected |