org.apache.hadoop.chukwa.rest.objects
Class MrJobConf

java.lang.Object
  extended by 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

Constructor Summary
MrJobConf()
           
MrJobConf(String jobId, Timestamp ts)
           
MrJobConf(String jobId, Timestamp ts, String mrOutputKeyCls, String mrRunnerCls, String mrOutputValueCls, String mrInputFmtCls, String mrOutputFmtCls, String mrReducerCls, String mrMapperCls)
           
 
Method Summary
 String getJobId()
           
 String getMrInputFmtCls()
           
 String getMrMapperCls()
           
 String getMrOutputFmtCls()
           
 String getMrOutputKeyCls()
           
 String getMrOutputValueCls()
           
 String getMrReducerCls()
           
 String getMrRunnerCls()
           
 Timestamp getTs()
           
 void setJobId(String jobId)
           
 void setMrInputFmtCls(String mrInputFmtCls)
           
 void setMrMapperCls(String mrMapperCls)
           
 void setMrOutputFmtCls(String mrOutputFmtCls)
           
 void setMrOutputKeyCls(String mrOutputKeyCls)
           
 void setMrOutputValueCls(String mrOutputValueCls)
           
 void setMrReducerCls(String mrReducerCls)
           
 void setMrRunnerCls(String mrRunnerCls)
           
 void setTs(Timestamp ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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