Uses of Class
org.apache.airavata.experiment.execution.HPCSettings

Uses of HPCSettings in org.apache.airavata.experiment.execution
 

Fields in org.apache.airavata.experiment.execution declared as HPCSettings
 HPCSettings NodeSettings.hpcSettings
           
 

Methods in org.apache.airavata.experiment.execution that return HPCSettings
 HPCSettings HPCSettings.deepCopy()
           
 HPCSettings NodeSettings.getHpcSettings()
           
 HPCSettings HPCSettings.setCpuCount(int cpuCount)
           
 HPCSettings HPCSettings.setJobManager(String jobManager)
           
 HPCSettings HPCSettings.setMaxWalltime(int maxWalltime)
           
 HPCSettings HPCSettings.setNodeCount(int nodeCount)
           
 HPCSettings HPCSettings.setQueueName(String queueName)
           
 

Methods in org.apache.airavata.experiment.execution with parameters of type HPCSettings
 int HPCSettings.compareTo(HPCSettings other)
           
 boolean HPCSettings.equals(HPCSettings that)
           
 NodeSettings NodeSettings.setHpcSettings(HPCSettings hpcSettings)
           
 

Constructors in org.apache.airavata.experiment.execution with parameters of type HPCSettings
HPCSettings(HPCSettings other)
          Performs a deep copy on other.
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.