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()
           
 Map<String,ByteBuffer> getServicesMetaData()
           
 TaskAttemptCompletionEventStatus getStatus()
           
 void setAttemptId(TaskAttemptId taskAttemptId)
           
 void setAttemptRunTime(int runTime)
           
 void setEventId(int eventId)
           
 void setMapOutputServerAddress(String address)
           
 void setServicesMetaData(Map<String,ByteBuffer> meta)
           
 void setStatus(TaskAttemptCompletionEventStatus status)
           
 

Method Detail

getAttemptId

TaskAttemptId getAttemptId()

getStatus

TaskAttemptCompletionEventStatus getStatus()

getMapOutputServerAddress

String getMapOutputServerAddress()

getAttemptRunTime

int getAttemptRunTime()

getEventId

int getEventId()

getServicesMetaData

Map<String,ByteBuffer> getServicesMetaData()

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)

setServicesMetaData

void setServicesMetaData(Map<String,ByteBuffer> meta)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.