Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId

Packages that use TaskAttemptId
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.v2.api.protocolrecords   
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb   
org.apache.hadoop.mapreduce.v2.api.records   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
org.apache.hadoop.mapreduce.v2.util   
 

Uses of TaskAttemptId in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return TaskAttemptId
static TaskAttemptId TypeConverter.toYarn(org.apache.hadoop.mapred.TaskAttemptID id)
           
static TaskAttemptId TypeConverter.toYarn(org.apache.hadoop.mapreduce.TaskAttemptID id)
           
 

Methods in org.apache.hadoop.mapreduce with parameters of type TaskAttemptId
static org.apache.hadoop.mapred.TaskAttemptID TypeConverter.fromYarn(TaskAttemptId id)
           
 

Uses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.api.protocolrecords
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return TaskAttemptId
 TaskAttemptId KillTaskAttemptRequest.getTaskAttemptId()
           
 TaskAttemptId GetDiagnosticsRequest.getTaskAttemptId()
           
 TaskAttemptId GetTaskAttemptReportRequest.getTaskAttemptId()
           
 TaskAttemptId FailTaskAttemptRequest.getTaskAttemptId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type TaskAttemptId
 void KillTaskAttemptRequest.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 void GetDiagnosticsRequest.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 void GetTaskAttemptReportRequest.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 void FailTaskAttemptRequest.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 

Uses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return TaskAttemptId
 TaskAttemptId GetTaskAttemptReportRequestPBImpl.getTaskAttemptId()
           
 TaskAttemptId KillTaskAttemptRequestPBImpl.getTaskAttemptId()
           
 TaskAttemptId FailTaskAttemptRequestPBImpl.getTaskAttemptId()
           
 TaskAttemptId GetDiagnosticsRequestPBImpl.getTaskAttemptId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type TaskAttemptId
 void GetTaskAttemptReportRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 void KillTaskAttemptRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 void FailTaskAttemptRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 void GetDiagnosticsRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 

Uses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.api.records
 

Methods in org.apache.hadoop.mapreduce.v2.api.records that return TaskAttemptId
 TaskAttemptId TaskAttemptCompletionEvent.getAttemptId()
           
 TaskAttemptId TaskReport.getRunningAttempt(int index)
           
 TaskAttemptId TaskReport.getSuccessfulAttempt()
           
 TaskAttemptId TaskAttemptReport.getTaskAttemptId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records that return types with arguments of type TaskAttemptId
 List<TaskAttemptId> TaskReport.getRunningAttemptsList()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type TaskAttemptId
 void TaskReport.addRunningAttempt(TaskAttemptId taskAttempt)
           
 int TaskAttemptId.compareTo(TaskAttemptId other)
           
 void TaskAttemptCompletionEvent.setAttemptId(TaskAttemptId taskAttemptId)
           
 void TaskReport.setSuccessfulAttempt(TaskAttemptId taskAttempt)
           
 void TaskAttemptReport.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.records with type arguments of type TaskAttemptId
 void TaskReport.addAllRunningAttempts(List<TaskAttemptId> taskAttempts)
           
 

Uses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Subclasses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 class TaskAttemptIdPBImpl
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return TaskAttemptId
 TaskAttemptId TaskAttemptCompletionEventPBImpl.getAttemptId()
           
 TaskAttemptId TaskReportPBImpl.getRunningAttempt(int index)
           
 TaskAttemptId TaskReportPBImpl.getSuccessfulAttempt()
           
 TaskAttemptId TaskAttemptReportPBImpl.getTaskAttemptId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return types with arguments of type TaskAttemptId
 List<TaskAttemptId> TaskReportPBImpl.getRunningAttemptsList()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type TaskAttemptId
 void TaskReportPBImpl.addRunningAttempt(TaskAttemptId runningAttempts)
           
 void TaskAttemptCompletionEventPBImpl.setAttemptId(TaskAttemptId attemptId)
           
 void TaskReportPBImpl.setSuccessfulAttempt(TaskAttemptId successfulAttempt)
           
 void TaskAttemptReportPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with type arguments of type TaskAttemptId
 void TaskReportPBImpl.addAllRunningAttempts(List<TaskAttemptId> runningAttempts)
           
 

Uses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.util
 

Methods in org.apache.hadoop.mapreduce.v2.util that return TaskAttemptId
static TaskAttemptId MRBuilderUtils.newTaskAttemptId(TaskId taskId, int attemptId)
           
static TaskAttemptId MRApps.toTaskAttemptID(String taid)
           
 

Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type TaskAttemptId
static String MRApps.toString(TaskAttemptId taid)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.