Interface TaskAttemptCompletionEvent
- All Known Implementing Classes:
TaskAttemptCompletionEventPBImpl
public interface TaskAttemptCompletionEvent
-
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetAttemptId(TaskAttemptId taskAttemptId) voidsetAttemptRunTime(int runTime) voidsetEventId(int eventId) voidsetMapOutputServerAddress(String address) void
-
Method Details
-
getAttemptId
TaskAttemptId getAttemptId() -
getStatus
TaskAttemptCompletionEventStatus getStatus() -
getMapOutputServerAddress
String getMapOutputServerAddress() -
getAttemptRunTime
int getAttemptRunTime() -
getEventId
int getEventId() -
setAttemptId
-
setStatus
-
setMapOutputServerAddress
-
setAttemptRunTime
void setAttemptRunTime(int runTime) -
setEventId
void setEventId(int eventId)
-