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()
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.