WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
This is the complete list of members for wrench::VirtualizedClusterComputeService, including all inherited members.
acquireDaemonLock() | wrench::S4U_Daemon | |
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 |
CloudComputeService(const std::string &hostname, std::vector< std::string > execution_hosts, std::string scratch_space_mount_point, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list={}) | wrench::CloudComputeService | |
ComputeService(const std::string &hostname, std::string service_name, std::string scratch_space_mount_point) | wrench::ComputeService | |
ComputeService(const std::string &hostname, std::string service_name, 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, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list={}) | wrench::CloudComputeService | virtual |
createVM(unsigned long num_cores, double ram_memory, std::string desired_vm_name, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE 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 | |
getHosts() | wrench::ComputeService | |
getMemoryCapacity() | wrench::ComputeService | |
getMessagePayloadList() const | wrench::Service | |
getMessagePayloadValue(WRENCH_MESSAGEPAYLOAD_TYPE) | wrench::Service | |
getName() | wrench::S4U_Daemon | |
getNetworkTimeoutValue() | wrench::Service | |
getNumHosts() | wrench::ComputeService | |
getPerHostAvailableMemoryCapacity() | wrench::ComputeService | |
getPerHostNumCores() | wrench::ComputeService | |
getPerHostNumIdleCores() | wrench::ComputeService | |
getPhysicalHostname() | wrench::Service | |
getPropertyValueAsBoolean(WRENCH_PROPERTY_TYPE) | wrench::Service | |
getPropertyValueAsDouble(WRENCH_PROPERTY_TYPE) | wrench::Service | |
getPropertyValueAsString(WRENCH_PROPERTY_TYPE) | wrench::Service | |
getPropertyValueAsUnsignedLong(WRENCH_PROPERTY_TYPE) | wrench::Service | |
getReturnValue() | wrench::S4U_Daemon | |
getRunningActorRecvMailbox() | wrench::S4U_Daemon | static |
getScratch() | wrench::ComputeService | |
getScratchSharedPtr() | wrench::ComputeService | protected |
getSharedPtr() | wrench::Service | inlineprotected |
getSimulation() | wrench::S4U_Daemon | |
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() const | wrench::ComputeService | virtual |
hostname | wrench::S4U_Daemon | |
isDaemonized() | wrench::S4U_Daemon | |
isSetToAutoRestart() | wrench::S4U_Daemon | |
isThereAtLeastOneHostWithIdleResources(unsigned long num_cores, double ram) | wrench::ComputeService | virtual |
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 | wrench::S4U_Daemon | |
main() override | wrench::VirtualizedClusterComputeService | protectedvirtual |
map_actor_to_recv_mailbox (defined in wrench::S4U_Daemon) | wrench::S4U_Daemon | static |
messagepayload_list | wrench::Service | protected |
migrateVM(const std::string &vm_name, const std::string &dest_pm_hostname) | wrench::VirtualizedClusterComputeService | virtual |
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(simgrid::s4u::Mailbox *answer_mailbox, unsigned long requested_num_cores, double requested_ram, std::string desired_vm_name, WRENCH_PROPERTY_COLLECTION_TYPE property_list, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list) | wrench::CloudComputeService | protectedvirtual |
processDestroyVM(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
processGetExecutionHosts(simgrid::s4u::Mailbox *answer_mailbox) | wrench::CloudComputeService | protectedvirtual |
processGetResourceInformation(simgrid::s4u::Mailbox *answer_mailbox, const std::string &key) | wrench::CloudComputeService | protectedvirtual |
processIsThereAtLeastOneHostWithAvailableResources(simgrid::s4u::Mailbox *answer_mailbox, unsigned long num_cores, double ram) | wrench::CloudComputeService | protectedvirtual |
processMigrateVM(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name, const std::string &dest_pm_hostname) | wrench::VirtualizedClusterComputeService | protectedvirtual |
processNextMessage() override | wrench::VirtualizedClusterComputeService | protectedvirtual |
processResumeVM(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
processShutdownVM(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name, bool send_failure_notifications, ComputeService::TerminationCause termination_cause) | wrench::CloudComputeService | protectedvirtual |
processStartVM(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name, const std::string &pm_name) | wrench::CloudComputeService | protectedvirtual |
processSuspendVM(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name) | wrench::CloudComputeService | protectedvirtual |
property_list | wrench::Service | protected |
recv_mailbox | wrench::S4U_Daemon | |
releaseDaemonLock() | wrench::S4U_Daemon | |
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) | wrench::S4U_Daemon | |
scratch_space_storage_service | wrench::ComputeService | protected |
sendRequest(simgrid::s4u::Mailbox *answer_mailbox, ComputeServiceMessage *message) | wrench::CloudComputeService | protected |
Service(std::string hostname, std::string process_name_prefix) | wrench::Service | protected |
serviceSanityCheck() | wrench::Service | protected |
setMessagePayload(WRENCH_MESSAGEPAYLOAD_TYPE, double) | wrench::Service | protected |
setMessagePayloads(WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE default_messagepayload_values, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE overriden_messagepayload_values) | wrench::Service | protected |
setNetworkTimeoutValue(double value) | wrench::Service | |
setProperties(WRENCH_PROPERTY_COLLECTION_TYPE default_property_values, WRENCH_PROPERTY_COLLECTION_TYPE overriden_property_values) | wrench::Service | protected |
setProperty(WRENCH_PROPERTY_TYPE, const std::string &) | wrench::Service | protected |
setSimulation(Simulation *simulation) | wrench::S4U_Daemon | |
setStateToDown() | wrench::Service | |
setupOnExitFunction() | wrench::S4U_Daemon | |
shutdownVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
shutdownVM(const std::string &vm_name, bool send_failure_notifications, ComputeService::TerminationCause termination_cause) | wrench::CloudComputeService | virtual |
shutting_down | wrench::Service | protected |
simulation | wrench::S4U_Daemon | protected |
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, const std::string &pm_name) | wrench::VirtualizedClusterComputeService | virtual |
startVM(const std::string &vm_name) | wrench::VirtualizedClusterComputeService | |
wrench::CloudComputeService::startVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
State enum name | wrench::S4U_Daemon | |
state | wrench::S4U_Daemon | protected |
stop() override | wrench::ComputeService | virtual |
stop(bool send_failure_notifications, ComputeService::TerminationCause termination_cause) | wrench::ComputeService | virtual |
stopAllVMs(bool send_failure_notifications, ComputeService::TerminationCause termination_cause) | wrench::CloudComputeService | protected |
submitCompoundJob(std::shared_ptr< CompoundJob > job, const std::map< std::string, std::string > &service_specific_args) override | wrench::CloudComputeService | inlinevirtual |
submitJob(std::shared_ptr< CompoundJob > job, const std::map< std::string, std::string > &={}) | wrench::ComputeService | protected |
supportsCompoundJobs() override | wrench::CloudComputeService | virtual |
supportsPilotJobs() override | wrench::CloudComputeService | virtual |
supportsStandardJobs() override | wrench::CloudComputeService | virtual |
suspend() | wrench::Service | |
suspendActor() | wrench::S4U_Daemon | |
SUSPENDED enum value | wrench::S4U_Daemon | |
suspendVM(const std::string &vm_name) | wrench::CloudComputeService | virtual |
terminateCompoundJob(std::shared_ptr< CompoundJob > job) override | wrench::CloudComputeService | inlinevirtual |
terminateJob(std::shared_ptr< CompoundJob > job) | wrench::ComputeService | |
TERMINATION_COMPUTE_SERVICE_TERMINATED enum value (defined in wrench::ComputeService) | wrench::ComputeService | |
TERMINATION_JOB_KILLED enum value (defined in wrench::ComputeService) | wrench::ComputeService | |
TERMINATION_JOB_TIMEOUT enum value (defined in wrench::ComputeService) | wrench::ComputeService | |
TERMINATION_NONE enum value (defined in wrench::ComputeService) | wrench::ComputeService | |
TerminationCause enum name | wrench::ComputeService | |
UP enum value | wrench::S4U_Daemon | |
used_cores_per_execution_host | wrench::CloudComputeService | protected |
used_ram_per_execution_host | wrench::CloudComputeService | protected |
validateJobsUseOfScratch(std::map< std::string, std::string > &service_specific_args) | wrench::ComputeService | protectedvirtual |
validateProperties() | wrench::CloudComputeService | |
validateServiceSpecificArguments(std::shared_ptr< CompoundJob > job, std::map< std::string, std::string > &service_specific_args) | wrench::ComputeService | protectedvirtual |
VirtualizedClusterComputeService(const std::string &hostname, std::vector< std::string > &execution_hosts, std::string scratch_space_mount_point, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list={}) | wrench::VirtualizedClusterComputeService | |
vm_list | wrench::CloudComputeService | protected |
~CloudComputeService() | wrench::CloudComputeService | |
~ComputeService() (defined in wrench::ComputeService) | wrench::ComputeService | inlinevirtual |
~S4U_Daemon() (defined in wrench::S4U_Daemon) | wrench::S4U_Daemon | virtual |
~Service() override | wrench::Service | protected |