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

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

Fields in org.apache.airavata.experiment.execution with type parameters of type NodeSettings
 List<NodeSettings> WorkflowSchedulingSettings.nodeSettingsList
           
 

Methods in org.apache.airavata.experiment.execution that return NodeSettings
 NodeSettings NodeSettings.deepCopy()
           
 NodeSettings NodeSettings.setHostSchedulingSettings(HostSchedulingSettings hostSchedulingSettings)
           
 NodeSettings NodeSettings.setHpcSettings(HPCSettings hpcSettings)
           
 NodeSettings NodeSettings.setNameValuePairList(List<NameValuePairType> nameValuePairList)
           
 NodeSettings NodeSettings.setNodeId(String nodeId)
           
 NodeSettings NodeSettings.setServiceId(String serviceId)
           
 

Methods in org.apache.airavata.experiment.execution that return types with arguments of type NodeSettings
 List<NodeSettings> WorkflowSchedulingSettings.getNodeSettingsList()
           
 Iterator<NodeSettings> WorkflowSchedulingSettings.getNodeSettingsListIterator()
           
 

Methods in org.apache.airavata.experiment.execution with parameters of type NodeSettings
 void WorkflowSchedulingSettings.addToNodeSettingsList(NodeSettings elem)
           
 int NodeSettings.compareTo(NodeSettings other)
           
 boolean NodeSettings.equals(NodeSettings that)
           
 

Method parameters in org.apache.airavata.experiment.execution with type arguments of type NodeSettings
 WorkflowSchedulingSettings WorkflowSchedulingSettings.setNodeSettingsList(List<NodeSettings> nodeSettingsList)
           
 

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



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