Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
Packages that use TaskAttemptId
Package
Description
-
Uses of TaskAttemptId in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return TaskAttemptIdModifier and TypeMethodDescriptionstatic TaskAttemptIdTypeConverter.toYarn(org.apache.hadoop.mapred.TaskAttemptID id) static TaskAttemptIdTypeConverter.toYarn(org.apache.hadoop.mapreduce.TaskAttemptID id) Methods in org.apache.hadoop.mapreduce with parameters of type TaskAttemptIdModifier and TypeMethodDescriptionstatic org.apache.hadoop.mapred.TaskAttemptIDTypeConverter.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 TaskAttemptIdModifier and TypeMethodDescriptionFailTaskAttemptRequest.getTaskAttemptId()GetDiagnosticsRequest.getTaskAttemptId()GetTaskAttemptReportRequest.getTaskAttemptId()KillTaskAttemptRequest.getTaskAttemptId()Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type TaskAttemptIdModifier and TypeMethodDescriptionvoidFailTaskAttemptRequest.setTaskAttemptId(TaskAttemptId taskAttemptId) voidGetDiagnosticsRequest.setTaskAttemptId(TaskAttemptId taskAttemptId) voidGetTaskAttemptReportRequest.setTaskAttemptId(TaskAttemptId taskAttemptId) voidKillTaskAttemptRequest.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 TaskAttemptIdModifier and TypeMethodDescriptionFailTaskAttemptRequestPBImpl.getTaskAttemptId()GetDiagnosticsRequestPBImpl.getTaskAttemptId()GetTaskAttemptReportRequestPBImpl.getTaskAttemptId()KillTaskAttemptRequestPBImpl.getTaskAttemptId()Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type TaskAttemptIdModifier and TypeMethodDescriptionvoidFailTaskAttemptRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId) voidGetDiagnosticsRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId) voidGetTaskAttemptReportRequestPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId) voidKillTaskAttemptRequestPBImpl.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 TaskAttemptIdModifier and TypeMethodDescriptionTaskAttemptCompletionEvent.getAttemptId()TaskReport.getRunningAttempt(int index) TaskReport.getSuccessfulAttempt()TaskAttemptReport.getTaskAttemptId()Methods in org.apache.hadoop.mapreduce.v2.api.records that return types with arguments of type TaskAttemptIdMethods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type TaskAttemptIdModifier and TypeMethodDescriptionvoidTaskReport.addRunningAttempt(TaskAttemptId taskAttempt) intTaskAttemptId.compareTo(TaskAttemptId other) voidTaskAttemptCompletionEvent.setAttemptId(TaskAttemptId taskAttemptId) voidTaskReport.setSuccessfulAttempt(TaskAttemptId taskAttempt) voidTaskAttemptReport.setTaskAttemptId(TaskAttemptId taskAttemptId) Method parameters in org.apache.hadoop.mapreduce.v2.api.records with type arguments of type TaskAttemptIdModifier and TypeMethodDescriptionvoidTaskReport.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.pbMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return TaskAttemptIdModifier and TypeMethodDescriptionTaskAttemptCompletionEventPBImpl.getAttemptId()TaskReportPBImpl.getRunningAttempt(int index) TaskReportPBImpl.getSuccessfulAttempt()TaskAttemptReportPBImpl.getTaskAttemptId()Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return types with arguments of type TaskAttemptIdMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type TaskAttemptIdModifier and TypeMethodDescriptionvoidTaskReportPBImpl.addRunningAttempt(TaskAttemptId runningAttempts) voidTaskAttemptCompletionEventPBImpl.setAttemptId(TaskAttemptId attemptId) voidTaskReportPBImpl.setSuccessfulAttempt(TaskAttemptId successfulAttempt) voidTaskAttemptReportPBImpl.setTaskAttemptId(TaskAttemptId taskAttemptId) Method parameters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with type arguments of type TaskAttemptIdModifier and TypeMethodDescriptionvoidTaskReportPBImpl.addAllRunningAttempts(List<TaskAttemptId> runningAttempts) -
Uses of TaskAttemptId in org.apache.hadoop.mapreduce.v2.util
Methods in org.apache.hadoop.mapreduce.v2.util that return TaskAttemptIdModifier and TypeMethodDescriptionstatic TaskAttemptIdMRBuilderUtils.newTaskAttemptId(TaskId taskId, int attemptId) static TaskAttemptIdMRApps.toTaskAttemptID(String taid) Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type TaskAttemptId