|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.airavata.experiment.execution.NodeSettings
public class NodeSettings
| Nested Class Summary | |
|---|---|
static class |
NodeSettings._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
HostSchedulingSettings |
hostSchedulingSettings
|
HPCSettings |
hpcSettings
|
static Map<NodeSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
List<NameValuePairType> |
nameValuePairList
|
String |
nodeId
|
String |
serviceId
|
| Constructor Summary | |
|---|---|
NodeSettings()
|
|
NodeSettings(NodeSettings other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
addToNameValuePairList(NameValuePairType elem)
|
void |
clear()
|
int |
compareTo(NodeSettings other)
|
NodeSettings |
deepCopy()
|
boolean |
equals(NodeSettings that)
|
boolean |
equals(Object that)
|
NodeSettings._Fields |
fieldForId(int fieldId)
|
Object |
getFieldValue(NodeSettings._Fields field)
|
HostSchedulingSettings |
getHostSchedulingSettings()
|
HPCSettings |
getHpcSettings()
|
List<NameValuePairType> |
getNameValuePairList()
|
Iterator<NameValuePairType> |
getNameValuePairListIterator()
|
int |
getNameValuePairListSize()
|
String |
getNodeId()
|
String |
getServiceId()
|
int |
hashCode()
|
boolean |
isSet(NodeSettings._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetHostSchedulingSettings()
Returns true if field hostSchedulingSettings is set (has been assigned a value) and false otherwise |
boolean |
isSetHpcSettings()
Returns true if field hpcSettings is set (has been assigned a value) and false otherwise |
boolean |
isSetNameValuePairList()
Returns true if field nameValuePairList is set (has been assigned a value) and false otherwise |
boolean |
isSetNodeId()
Returns true if field nodeId is set (has been assigned a value) and false otherwise |
boolean |
isSetServiceId()
Returns true if field serviceId is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setFieldValue(NodeSettings._Fields field,
Object value)
|
NodeSettings |
setHostSchedulingSettings(HostSchedulingSettings hostSchedulingSettings)
|
void |
setHostSchedulingSettingsIsSet(boolean value)
|
NodeSettings |
setHpcSettings(HPCSettings hpcSettings)
|
void |
setHpcSettingsIsSet(boolean value)
|
NodeSettings |
setNameValuePairList(List<NameValuePairType> nameValuePairList)
|
void |
setNameValuePairListIsSet(boolean value)
|
NodeSettings |
setNodeId(String nodeId)
|
void |
setNodeIdIsSet(boolean value)
|
NodeSettings |
setServiceId(String serviceId)
|
void |
setServiceIdIsSet(boolean value)
|
String |
toString()
|
void |
unsetHostSchedulingSettings()
|
void |
unsetHpcSettings()
|
void |
unsetNameValuePairList()
|
void |
unsetNodeId()
|
void |
unsetServiceId()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String nodeId
public String serviceId
public HostSchedulingSettings hostSchedulingSettings
public HPCSettings hpcSettings
public List<NameValuePairType> nameValuePairList
public static final Map<NodeSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public NodeSettings()
public NodeSettings(NodeSettings other)
| Method Detail |
|---|
public NodeSettings deepCopy()
deepCopy in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>public void clear()
clear in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>public String getNodeId()
public NodeSettings setNodeId(String nodeId)
public void unsetNodeId()
public boolean isSetNodeId()
public void setNodeIdIsSet(boolean value)
public String getServiceId()
public NodeSettings setServiceId(String serviceId)
public void unsetServiceId()
public boolean isSetServiceId()
public void setServiceIdIsSet(boolean value)
public HostSchedulingSettings getHostSchedulingSettings()
public NodeSettings setHostSchedulingSettings(HostSchedulingSettings hostSchedulingSettings)
public void unsetHostSchedulingSettings()
public boolean isSetHostSchedulingSettings()
public void setHostSchedulingSettingsIsSet(boolean value)
public HPCSettings getHpcSettings()
public NodeSettings setHpcSettings(HPCSettings hpcSettings)
public void unsetHpcSettings()
public boolean isSetHpcSettings()
public void setHpcSettingsIsSet(boolean value)
public int getNameValuePairListSize()
public Iterator<NameValuePairType> getNameValuePairListIterator()
public void addToNameValuePairList(NameValuePairType elem)
public List<NameValuePairType> getNameValuePairList()
public NodeSettings setNameValuePairList(List<NameValuePairType> nameValuePairList)
public void unsetNameValuePairList()
public boolean isSetNameValuePairList()
public void setNameValuePairListIsSet(boolean value)
public void setFieldValue(NodeSettings._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>public Object getFieldValue(NodeSettings._Fields field)
getFieldValue in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>public boolean isSet(NodeSettings._Fields field)
isSet in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(NodeSettings that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NodeSettings other)
compareTo in interface Comparable<NodeSettings>public NodeSettings._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<NodeSettings,NodeSettings._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||