public class JobReportPBImpl extends ProtoBase<MRProtos.JobReportProto> implements JobReport
Constructor and Description |
---|
JobReportPBImpl() |
JobReportPBImpl(MRProtos.JobReportProto proto) |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
public JobReportPBImpl()
public JobReportPBImpl(MRProtos.JobReportProto proto)
public MRProtos.JobReportProto getProto()
getProto
in class ProtoBase<MRProtos.JobReportProto>
public JobState getJobState()
getJobState
in interface JobReport
public void setJobState(JobState jobState)
setJobState
in interface JobReport
public float getMapProgress()
getMapProgress
in interface JobReport
public void setMapProgress(float mapProgress)
setMapProgress
in interface JobReport
public float getReduceProgress()
getReduceProgress
in interface JobReport
public void setReduceProgress(float reduceProgress)
setReduceProgress
in interface JobReport
public float getCleanupProgress()
getCleanupProgress
in interface JobReport
public void setCleanupProgress(float cleanupProgress)
setCleanupProgress
in interface JobReport
public float getSetupProgress()
getSetupProgress
in interface JobReport
public void setSetupProgress(float setupProgress)
setSetupProgress
in interface JobReport
public long getSubmitTime()
getSubmitTime
in interface JobReport
public void setSubmitTime(long submitTime)
setSubmitTime
in interface JobReport
public long getStartTime()
getStartTime
in interface JobReport
public void setStartTime(long startTime)
setStartTime
in interface JobReport
public long getFinishTime()
getFinishTime
in interface JobReport
public void setFinishTime(long finishTime)
setFinishTime
in interface JobReport
public String getJobName()
getJobName
in interface JobReport
public void setJobName(String jobName)
setJobName
in interface JobReport
public String getTrackingUrl()
getTrackingUrl
in interface JobReport
public void setTrackingUrl(String trackingUrl)
setTrackingUrl
in interface JobReport
public String getDiagnostics()
getDiagnostics
in interface JobReport
public void setDiagnostics(String diagnostics)
setDiagnostics
in interface JobReport
public String getJobFile()
getJobFile
in interface JobReport
public void setJobFile(String jobFile)
setJobFile
in interface JobReport
public List<AMInfo> getAMInfos()
getAMInfos
in interface JobReport
public void setAMInfos(List<AMInfo> amInfos)
setAMInfos
in interface JobReport
Copyright © 2013 Apache Software Foundation. All rights reserved.