|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.airavata.experiment.execution.HPCSettings
public class HPCSettings
| Nested Class Summary | |
|---|---|
static class |
HPCSettings._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
int |
cpuCount
|
String |
jobManager
|
int |
maxWalltime
|
static Map<HPCSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
int |
nodeCount
|
String |
queueName
|
| Constructor Summary | |
|---|---|
HPCSettings()
|
|
HPCSettings(HPCSettings other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(HPCSettings other)
|
HPCSettings |
deepCopy()
|
boolean |
equals(HPCSettings that)
|
boolean |
equals(Object that)
|
HPCSettings._Fields |
fieldForId(int fieldId)
|
int |
getCpuCount()
|
Object |
getFieldValue(HPCSettings._Fields field)
|
String |
getJobManager()
|
int |
getMaxWalltime()
|
int |
getNodeCount()
|
String |
getQueueName()
|
int |
hashCode()
|
boolean |
isSet(HPCSettings._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetCpuCount()
Returns true if field cpuCount is set (has been assigned a value) and false otherwise |
boolean |
isSetJobManager()
Returns true if field jobManager is set (has been assigned a value) and false otherwise |
boolean |
isSetMaxWalltime()
Returns true if field maxWalltime is set (has been assigned a value) and false otherwise |
boolean |
isSetNodeCount()
Returns true if field nodeCount is set (has been assigned a value) and false otherwise |
boolean |
isSetQueueName()
Returns true if field queueName is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
HPCSettings |
setCpuCount(int cpuCount)
|
void |
setCpuCountIsSet(boolean value)
|
void |
setFieldValue(HPCSettings._Fields field,
Object value)
|
HPCSettings |
setJobManager(String jobManager)
|
void |
setJobManagerIsSet(boolean value)
|
HPCSettings |
setMaxWalltime(int maxWalltime)
|
void |
setMaxWalltimeIsSet(boolean value)
|
HPCSettings |
setNodeCount(int nodeCount)
|
void |
setNodeCountIsSet(boolean value)
|
HPCSettings |
setQueueName(String queueName)
|
void |
setQueueNameIsSet(boolean value)
|
String |
toString()
|
void |
unsetCpuCount()
|
void |
unsetJobManager()
|
void |
unsetMaxWalltime()
|
void |
unsetNodeCount()
|
void |
unsetQueueName()
|
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 jobManager
public int cpuCount
public int nodeCount
public String queueName
public int maxWalltime
public static final Map<HPCSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public HPCSettings()
public HPCSettings(HPCSettings other)
| Method Detail |
|---|
public HPCSettings deepCopy()
deepCopy in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._Fields>public void clear()
clear in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._Fields>public String getJobManager()
public HPCSettings setJobManager(String jobManager)
public void unsetJobManager()
public boolean isSetJobManager()
public void setJobManagerIsSet(boolean value)
public int getCpuCount()
public HPCSettings setCpuCount(int cpuCount)
public void unsetCpuCount()
public boolean isSetCpuCount()
public void setCpuCountIsSet(boolean value)
public int getNodeCount()
public HPCSettings setNodeCount(int nodeCount)
public void unsetNodeCount()
public boolean isSetNodeCount()
public void setNodeCountIsSet(boolean value)
public String getQueueName()
public HPCSettings setQueueName(String queueName)
public void unsetQueueName()
public boolean isSetQueueName()
public void setQueueNameIsSet(boolean value)
public int getMaxWalltime()
public HPCSettings setMaxWalltime(int maxWalltime)
public void unsetMaxWalltime()
public boolean isSetMaxWalltime()
public void setMaxWalltimeIsSet(boolean value)
public void setFieldValue(HPCSettings._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._Fields>public Object getFieldValue(HPCSettings._Fields field)
getFieldValue in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._Fields>public boolean isSet(HPCSettings._Fields field)
isSet in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(HPCSettings that)
public int hashCode()
hashCode in class Objectpublic int compareTo(HPCSettings other)
compareTo in interface Comparable<HPCSettings>public HPCSettings._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<HPCSettings,HPCSettings._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<HPCSettings,HPCSettings._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 | ||||||||