org.apache.hadoop.chukwa.rest.objects
Class MrJobConf
java.lang.Object
org.apache.hadoop.chukwa.rest.objects.MrJobConf
- All Implemented Interfaces:
- Serializable
public class MrJobConf
- extends Object
- implements Serializable
MrJobConf generated by hbm2java
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MrJobConf
public MrJobConf()
MrJobConf
public MrJobConf(String jobId,
Timestamp ts)
MrJobConf
public MrJobConf(String jobId,
Timestamp ts,
String mrOutputKeyCls,
String mrRunnerCls,
String mrOutputValueCls,
String mrInputFmtCls,
String mrOutputFmtCls,
String mrReducerCls,
String mrMapperCls)
getJobId
public String getJobId()
setJobId
public void setJobId(String jobId)
getTs
public Timestamp getTs()
setTs
public void setTs(Timestamp ts)
getMrOutputKeyCls
public String getMrOutputKeyCls()
setMrOutputKeyCls
public void setMrOutputKeyCls(String mrOutputKeyCls)
getMrRunnerCls
public String getMrRunnerCls()
setMrRunnerCls
public void setMrRunnerCls(String mrRunnerCls)
getMrOutputValueCls
public String getMrOutputValueCls()
setMrOutputValueCls
public void setMrOutputValueCls(String mrOutputValueCls)
getMrInputFmtCls
public String getMrInputFmtCls()
setMrInputFmtCls
public void setMrInputFmtCls(String mrInputFmtCls)
getMrOutputFmtCls
public String getMrOutputFmtCls()
setMrOutputFmtCls
public void setMrOutputFmtCls(String mrOutputFmtCls)
getMrReducerCls
public String getMrReducerCls()
setMrReducerCls
public void setMrReducerCls(String mrReducerCls)
getMrMapperCls
public String getMrMapperCls()
setMrMapperCls
public void setMrMapperCls(String mrMapperCls)
Copyright © ${year} The Apache Software Foundation