org.apache.hadoop.mapreduce.v2.api.records
Interface TaskAttemptCompletionEvent
- All Known Implementing Classes:
- TaskAttemptCompletionEventPBImpl
public interface TaskAttemptCompletionEvent
getAttemptId
TaskAttemptId getAttemptId()
getStatus
TaskAttemptCompletionEventStatus getStatus()
getMapOutputServerAddress
String getMapOutputServerAddress()
getAttemptRunTime
int getAttemptRunTime()
getEventId
int getEventId()
setAttemptId
void setAttemptId(TaskAttemptId taskAttemptId)
setStatus
void setStatus(TaskAttemptCompletionEventStatus status)
setMapOutputServerAddress
void setMapOutputServerAddress(String address)
setAttemptRunTime
void setAttemptRunTime(int runTime)
setEventId
void setEventId(int eventId)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.