public interface TaskAttemptReport
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()
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(ContainerId containerId)
void setShuffleFinishTime(long time)
time
- the time the shuffle finished.void setSortFinishTime(long time)
time
- the time the shuffle finished.Copyright © 2013 Apache Software Foundation. All rights reserved.