@Generated(value="Autogenerated by Thrift Compiler (0.9.2)", date="2015-10-16") public class JobConfInfo extends Object implements org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>, Serializable, Cloneable, Comparable<JobConfInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
JobConfInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<JobConfInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
outputFile |
| Constructor and Description |
|---|
JobConfInfo() |
JobConfInfo(JobConfInfo other)
Performs a deep copy on other.
|
JobConfInfo(String outputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(JobConfInfo other) |
JobConfInfo |
deepCopy() |
boolean |
equals(JobConfInfo that) |
boolean |
equals(Object that) |
JobConfInfo._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(JobConfInfo._Fields field) |
String |
getOutputFile() |
int |
hashCode() |
boolean |
isSet(JobConfInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetOutputFile()
Returns true if field outputFile is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(JobConfInfo._Fields field,
Object value) |
JobConfInfo |
setOutputFile(String outputFile) |
void |
setOutputFileIsSet(boolean value) |
String |
toString() |
void |
unsetOutputFile() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public String outputFile
public static final Map<JobConfInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public JobConfInfo()
public JobConfInfo(String outputFile)
public JobConfInfo(JobConfInfo other)
public JobConfInfo deepCopy()
deepCopy in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>public void clear()
clear in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>public String getOutputFile()
public JobConfInfo setOutputFile(String outputFile)
public void unsetOutputFile()
public boolean isSetOutputFile()
public void setOutputFileIsSet(boolean value)
public void setFieldValue(JobConfInfo._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>public Object getFieldValue(JobConfInfo._Fields field)
getFieldValue in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>public boolean isSet(JobConfInfo._Fields field)
isSet in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>public boolean equals(JobConfInfo that)
public int compareTo(JobConfInfo other)
compareTo in interface Comparable<JobConfInfo>public JobConfInfo._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<JobConfInfo,JobConfInfo._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.