org.apache.hadoop.mapreduce.v2.api.records.impl.pb
Class TaskAttemptCompletionEventPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRProtos.TaskAttemptCompletionEventProto>
org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- All Implemented Interfaces:
- TaskAttemptCompletionEvent
public class TaskAttemptCompletionEventPBImpl
- extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRProtos.TaskAttemptCompletionEventProto>
- implements TaskAttemptCompletionEvent
| Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
TaskAttemptCompletionEventPBImpl
public TaskAttemptCompletionEventPBImpl()
TaskAttemptCompletionEventPBImpl
public TaskAttemptCompletionEventPBImpl(MRProtos.TaskAttemptCompletionEventProto proto)
getProto
public MRProtos.TaskAttemptCompletionEventProto getProto()
- Specified by:
getProto in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRProtos.TaskAttemptCompletionEventProto>
getAttemptId
public TaskAttemptId getAttemptId()
- Specified by:
getAttemptId in interface TaskAttemptCompletionEvent
setAttemptId
public void setAttemptId(TaskAttemptId attemptId)
- Specified by:
setAttemptId in interface TaskAttemptCompletionEvent
getStatus
public TaskAttemptCompletionEventStatus getStatus()
- Specified by:
getStatus in interface TaskAttemptCompletionEvent
setStatus
public void setStatus(TaskAttemptCompletionEventStatus status)
- Specified by:
setStatus in interface TaskAttemptCompletionEvent
getMapOutputServerAddress
public String getMapOutputServerAddress()
- Specified by:
getMapOutputServerAddress in interface TaskAttemptCompletionEvent
setMapOutputServerAddress
public void setMapOutputServerAddress(String mapOutputServerAddress)
- Specified by:
setMapOutputServerAddress in interface TaskAttemptCompletionEvent
getAttemptRunTime
public int getAttemptRunTime()
- Specified by:
getAttemptRunTime in interface TaskAttemptCompletionEvent
setAttemptRunTime
public void setAttemptRunTime(int attemptRunTime)
- Specified by:
setAttemptRunTime in interface TaskAttemptCompletionEvent
getEventId
public int getEventId()
- Specified by:
getEventId in interface TaskAttemptCompletionEvent
setEventId
public void setEventId(int eventId)
- Specified by:
setEventId in interface TaskAttemptCompletionEvent
Copyright © 2013 Apache Software Foundation. All Rights Reserved.