public interface TaskAttemptReport
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
Counters |
getCounters() |
String |
getDiagnosticInfo() |
long |
getFinishTime() |
String |
getNodeManagerHost() |
int |
getNodeManagerHttpPort() |
int |
getNodeManagerPort() |
Phase |
getPhase() |
float |
getProgress() |
long |
getShuffleFinishTime() |
long |
getSortFinishTime() |
long |
getStartTime() |
String |
getStateString() |
TaskAttemptId |
getTaskAttemptId() |
TaskAttemptState |
getTaskAttemptState() |
void |
setContainerId(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
void |
setCounters(Counters counters) |
void |
setDiagnosticInfo(String diagnosticInfo) |
void |
setFinishTime(long finishTime) |
void |
setNodeManagerHost(String nmHost) |
void |
setNodeManagerHttpPort(int nmHttpPort) |
void |
setNodeManagerPort(int nmPort) |
void |
setPhase(Phase phase) |
void |
setProgress(float progress) |
void |
setShuffleFinishTime(long time)
Set the shuffle finish time.
|
void |
setSortFinishTime(long time)
Set the sort/merge finish time.
|
void |
setStartTime(long startTime) |
void |
setStateString(String stateString) |
void |
setTaskAttemptId(TaskAttemptId taskAttemptId) |
void |
setTaskAttemptState(TaskAttemptState taskAttemptState) |
TaskAttemptId getTaskAttemptId()
TaskAttemptState getTaskAttemptState()
float getProgress()
long getStartTime()
long getFinishTime()
long getShuffleFinishTime()
long getSortFinishTime()
Counters getCounters()
String getDiagnosticInfo()
String getStateString()
Phase getPhase()
String getNodeManagerHost()
int getNodeManagerPort()
int getNodeManagerHttpPort()
org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
void setTaskAttemptId(TaskAttemptId taskAttemptId)
void setTaskAttemptState(TaskAttemptState taskAttemptState)
void setProgress(float progress)
void setStartTime(long startTime)
void setFinishTime(long finishTime)
void setCounters(Counters counters)
void setDiagnosticInfo(String diagnosticInfo)
void setStateString(String stateString)
void setPhase(Phase phase)
void setNodeManagerHost(String nmHost)
void setNodeManagerPort(int nmPort)
void setNodeManagerHttpPort(int nmHttpPort)
void setContainerId(org.apache.hadoop.yarn.api.records.ContainerId containerId)
void setShuffleFinishTime(long time)
time - the time the shuffle finished.void setSortFinishTime(long time)
time - the time the shuffle finished.Copyright © 2016 Apache Software Foundation. All Rights Reserved.