org.apache.hadoop.mapreduce.v2.api.records
Interface TaskAttemptCompletionEvent

All Known Implementing Classes:
TaskAttemptCompletionEventPBImpl

public interface TaskAttemptCompletionEvent


Method Summary
 TaskAttemptId getAttemptId()
           
 int getAttemptRunTime()
           
 int getEventId()
           
 String getMapOutputServerAddress()
           
 TaskAttemptCompletionEventStatus getStatus()
           
 void setAttemptId(TaskAttemptId taskAttemptId)
           
 void setAttemptRunTime(int runTime)
           
 void setEventId(int eventId)
           
 void setMapOutputServerAddress(String address)
           
 void setStatus(TaskAttemptCompletionEventStatus status)
           
 

Method Detail

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.