This is the complete list of members for wrench::WMS, including all inherited members.
addDynamicOptimization(std::unique_ptr< DynamicOptimization >) | wrench::WMS | |
addStaticOptimization(std::unique_ptr< StaticOptimization >) | wrench::WMS | |
addWorkflow(Workflow *workflow, double start_time=0) | wrench::WMS | |
assertServiceIsUp() | wrench::Service | |
checkDeferredStart() | wrench::WMS | protected |
createBandwidthMeter(const std::map< std::string, double > &measurement_periods) | wrench::WMS | protected |
createBandwidthMeter(const std::vector< std::string > &linknames, double measurement_period) | wrench::WMS | protected |
createDataMovementManager() | wrench::WMS | protected |
createEnergyMeter(const std::map< std::string, double > &measurement_periods) | wrench::WMS | protected |
createEnergyMeter(const std::vector< std::string > &hostnames, double measurement_period) | wrench::WMS | protected |
createJobManager() | wrench::WMS | protected |
getAvailableComputeServices() | wrench::WMS | inlineprotected |
getAvailableFileRegistryService() | wrench::WMS | protected |
getAvailableNetworkProximityServices() | wrench::WMS | protected |
getAvailableStorageServices() | wrench::WMS | protected |
getHostname() | wrench::Service | |
getNetworkTimeoutValue() | wrench::Service | |
getPilotJobScheduler() | wrench::WMS | |
getPropertyValueAsBoolean(std::string) | wrench::Service | |
getPropertyValueAsDouble(std::string) | wrench::Service | |
getPropertyValueAsString(std::string) | wrench::Service | |
getPropertyValueAsUnsignedLong(std::string) | wrench::Service | |
getStandardJobScheduler() | wrench::WMS | |
getWorkflow() | wrench::WMS | |
isUp() | wrench::Service | |
processEventFileCopyCompletion(std::shared_ptr< FileCopyCompletedEvent >) | wrench::WMS | protectedvirtual |
processEventFileCopyFailure(std::shared_ptr< FileCopyFailedEvent >) | wrench::WMS | protectedvirtual |
processEventPilotJobExpiration(std::shared_ptr< PilotJobExpiredEvent >) | wrench::WMS | protectedvirtual |
processEventPilotJobStart(std::shared_ptr< PilotJobStartedEvent >) | wrench::WMS | protectedvirtual |
processEventStandardJobCompletion(std::shared_ptr< StandardJobCompletedEvent >) | wrench::WMS | protectedvirtual |
processEventStandardJobFailure(std::shared_ptr< StandardJobFailedEvent >) | wrench::WMS | protectedvirtual |
processEventTimer(std::shared_ptr< TimerEvent >) | wrench::WMS | protectedvirtual |
resume() | wrench::Service | |
runDynamicOptimizations() | wrench::WMS | protected |
runStaticOptimizations() | wrench::WMS | protected |
setNetworkTimeoutValue(double value) | wrench::Service | |
setTimer(double date, std::string message) | wrench::WMS | protected |
start(std::shared_ptr< Service > this_service, bool daemonize, bool auto_restart) | wrench::Service | |
stop() | wrench::Service | virtual |
suspend() | wrench::Service | |
waitForAndProcessNextEvent() | wrench::WMS | protected |
waitForAndProcessNextEvent(double timeout) | wrench::WMS | protected |
waitForNextEvent() | wrench::WMS | protected |
waitForNextEvent(double timeout) | wrench::WMS | protected |
WMS(std::unique_ptr< StandardJobScheduler > standard_job_scheduler, std::unique_ptr< PilotJobScheduler > pilot_job_scheduler, const std::set< std::shared_ptr< ComputeService >> &compute_services, const std::set< std::shared_ptr< StorageService >> &storage_services, const std::set< std::shared_ptr< NetworkProximityService >> &network_proximity_services, std::shared_ptr< FileRegistryService > file_registry_service, const std::string &hostname, const std::string suffix) | wrench::WMS | protected |