Constructor and Description |
---|
JobReportPBImpl() |
JobReportPBImpl(org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobReportProto proto) |
Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
getAMInfos() |
float |
getCleanupProgress() |
String |
getDiagnostics() |
long |
getFinishTime() |
String |
getHistoryFile() |
String |
getJobFile() |
JobId |
getJobId() |
String |
getJobName() |
org.apache.hadoop.yarn.api.records.Priority |
getJobPriority() |
JobState |
getJobState() |
float |
getMapProgress() |
org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobReportProto |
getProto() |
float |
getReduceProgress() |
float |
getSetupProgress() |
long |
getStartTime() |
long |
getSubmitTime() |
String |
getTrackingUrl() |
String |
getUser() |
boolean |
isUber() |
void |
setAMInfos(List<AMInfo> amInfos) |
void |
setCleanupProgress(float cleanupProgress) |
void |
setDiagnostics(String diagnostics) |
void |
setFinishTime(long finishTime) |
void |
setHistoryFile(String historyFile) |
void |
setIsUber(boolean isUber) |
void |
setJobFile(String jobFile) |
void |
setJobId(JobId jobId) |
void |
setJobName(String jobName) |
void |
setJobPriority(org.apache.hadoop.yarn.api.records.Priority priority) |
void |
setJobState(JobState jobState) |
void |
setMapProgress(float mapProgress) |
void |
setReduceProgress(float reduceProgress) |
void |
setSetupProgress(float setupProgress) |
void |
setStartTime(long startTime) |
void |
setSubmitTime(long submitTime) |
void |
setTrackingUrl(String trackingUrl) |
void |
setUser(String user) |
public JobReportPBImpl()
public JobReportPBImpl(org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobReportProto proto)
public org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobReportProto getProto()
getProto
in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.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
public org.apache.hadoop.yarn.api.records.Priority getJobPriority()
getJobPriority
in interface JobReport
public void setJobPriority(org.apache.hadoop.yarn.api.records.Priority priority)
setJobPriority
in interface JobReport
public String getHistoryFile()
getHistoryFile
in interface JobReport
public void setHistoryFile(String historyFile)
setHistoryFile
in interface JobReport
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.