Interface TaskAttemptCompletionEvent

All Known Implementing Classes:
TaskAttemptCompletionEventPBImpl

public interface TaskAttemptCompletionEvent
  • Method Details

    • getAttemptId

      TaskAttemptId getAttemptId()
    • 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)