|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stolaf.cs.wmrserver.thrift.JobInfo
public class JobInfo
Nested Class Summary | |
---|---|
static class |
JobInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<JobInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
JobInfo()
|
|
JobInfo(JobInfo other)
Performs a deep copy on other. |
|
JobInfo(java.lang.String nativeID,
java.lang.String name,
boolean test,
java.lang.String inputPath,
java.lang.String outputPath,
java.lang.String mapper,
java.lang.String reducer,
boolean numericSort)
|
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(JobInfo other)
|
JobInfo |
deepCopy()
|
boolean |
equals(JobInfo that)
|
boolean |
equals(java.lang.Object that)
|
JobInfo._Fields |
fieldForId(int fieldId)
|
java.lang.Object |
getFieldValue(JobInfo._Fields field)
|
java.lang.String |
getInputPath()
|
java.lang.String |
getMapper()
|
java.lang.String |
getName()
|
java.lang.String |
getNativeID()
|
java.lang.String |
getOutputPath()
|
java.lang.String |
getReducer()
|
int |
getRequestedMapTasks()
|
int |
getRequestedReduceTasks()
|
int |
hashCode()
|
boolean |
isNumericSort()
|
boolean |
isSet(JobInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetInputPath()
Returns true if field inputPath is set (has been assigned a value) and false otherwise |
boolean |
isSetMapper()
Returns true if field mapper is set (has been assigned a value) and false otherwise |
boolean |
isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise |
boolean |
isSetNativeID()
Returns true if field nativeID is set (has been assigned a value) and false otherwise |
boolean |
isSetNumericSort()
Returns true if field numericSort is set (has been assigned a value) and false otherwise |
boolean |
isSetOutputPath()
Returns true if field outputPath is set (has been assigned a value) and false otherwise |
boolean |
isSetReducer()
Returns true if field reducer is set (has been assigned a value) and false otherwise |
boolean |
isSetRequestedMapTasks()
Returns true if field requestedMapTasks is set (has been assigned a value) and false otherwise |
boolean |
isSetRequestedReduceTasks()
Returns true if field requestedReduceTasks is set (has been assigned a value) and false otherwise |
boolean |
isSetTest()
Returns true if field test is set (has been assigned a value) and false otherwise |
boolean |
isTest()
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setFieldValue(JobInfo._Fields field,
java.lang.Object value)
|
void |
setInputPath(java.lang.String inputPath)
|
void |
setInputPathIsSet(boolean value)
|
void |
setMapper(java.lang.String mapper)
|
void |
setMapperIsSet(boolean value)
|
void |
setName(java.lang.String name)
|
void |
setNameIsSet(boolean value)
|
void |
setNativeID(java.lang.String nativeID)
|
void |
setNativeIDIsSet(boolean value)
|
void |
setNumericSort(boolean numericSort)
|
void |
setNumericSortIsSet(boolean value)
|
void |
setOutputPath(java.lang.String outputPath)
|
void |
setOutputPathIsSet(boolean value)
|
void |
setReducer(java.lang.String reducer)
|
void |
setReducerIsSet(boolean value)
|
void |
setRequestedMapTasks(int requestedMapTasks)
|
void |
setRequestedMapTasksIsSet(boolean value)
|
void |
setRequestedReduceTasks(int requestedReduceTasks)
|
void |
setRequestedReduceTasksIsSet(boolean value)
|
void |
setTest(boolean test)
|
void |
setTestIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetInputPath()
|
void |
unsetMapper()
|
void |
unsetName()
|
void |
unsetNativeID()
|
void |
unsetNumericSort()
|
void |
unsetOutputPath()
|
void |
unsetReducer()
|
void |
unsetRequestedMapTasks()
|
void |
unsetRequestedReduceTasks()
|
void |
unsetTest()
|
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 static final java.util.Map<JobInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public JobInfo()
public JobInfo(java.lang.String nativeID, java.lang.String name, boolean test, java.lang.String inputPath, java.lang.String outputPath, java.lang.String mapper, java.lang.String reducer, boolean numericSort)
public JobInfo(JobInfo other)
Method Detail |
---|
public JobInfo deepCopy()
deepCopy
in interface org.apache.thrift.TBase<JobInfo,JobInfo._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<JobInfo,JobInfo._Fields>
public java.lang.String getNativeID()
public void setNativeID(java.lang.String nativeID)
public void unsetNativeID()
public boolean isSetNativeID()
public void setNativeIDIsSet(boolean value)
public java.lang.String getName()
public void setName(java.lang.String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public boolean isTest()
public void setTest(boolean test)
public void unsetTest()
public boolean isSetTest()
public void setTestIsSet(boolean value)
public java.lang.String getInputPath()
public void setInputPath(java.lang.String inputPath)
public void unsetInputPath()
public boolean isSetInputPath()
public void setInputPathIsSet(boolean value)
public java.lang.String getOutputPath()
public void setOutputPath(java.lang.String outputPath)
public void unsetOutputPath()
public boolean isSetOutputPath()
public void setOutputPathIsSet(boolean value)
public java.lang.String getMapper()
public void setMapper(java.lang.String mapper)
public void unsetMapper()
public boolean isSetMapper()
public void setMapperIsSet(boolean value)
public java.lang.String getReducer()
public void setReducer(java.lang.String reducer)
public void unsetReducer()
public boolean isSetReducer()
public void setReducerIsSet(boolean value)
public int getRequestedMapTasks()
public void setRequestedMapTasks(int requestedMapTasks)
public void unsetRequestedMapTasks()
public boolean isSetRequestedMapTasks()
public void setRequestedMapTasksIsSet(boolean value)
public int getRequestedReduceTasks()
public void setRequestedReduceTasks(int requestedReduceTasks)
public void unsetRequestedReduceTasks()
public boolean isSetRequestedReduceTasks()
public void setRequestedReduceTasksIsSet(boolean value)
public boolean isNumericSort()
public void setNumericSort(boolean numericSort)
public void unsetNumericSort()
public boolean isSetNumericSort()
public void setNumericSortIsSet(boolean value)
public void setFieldValue(JobInfo._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<JobInfo,JobInfo._Fields>
public java.lang.Object getFieldValue(JobInfo._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<JobInfo,JobInfo._Fields>
public boolean isSet(JobInfo._Fields field)
isSet
in interface org.apache.thrift.TBase<JobInfo,JobInfo._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(JobInfo that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(JobInfo other)
compareTo
in interface java.lang.Comparable<JobInfo>
public JobInfo._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<JobInfo,JobInfo._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<JobInfo,JobInfo._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<JobInfo,JobInfo._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.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 |