Uses of Interface
org.apache.hadoop.mapreduce.v2.app.job.TaskAttempt
Packages that use TaskAttempt
Package
Description
-
Uses of TaskAttempt in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement TaskAttempt -
Uses of TaskAttempt in org.apache.hadoop.mapreduce.v2.app.job
Methods in org.apache.hadoop.mapreduce.v2.app.job that return TaskAttemptModifier and TypeMethodDescriptionTask.getAttempt(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID) Methods in org.apache.hadoop.mapreduce.v2.app.job that return types with arguments of type TaskAttemptModifier and TypeMethodDescriptionMap<org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId,TaskAttempt> Task.getAttempts() -
Uses of TaskAttempt in org.apache.hadoop.mapreduce.v2.app.job.impl
Classes in org.apache.hadoop.mapreduce.v2.app.job.impl that implement TaskAttemptMethods in org.apache.hadoop.mapreduce.v2.app.job.impl that return TaskAttemptModifier and TypeMethodDescriptionTaskImpl.getAttempt(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID) protected TaskAttemptTaskImpl.getSuccessfulAttempt()Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return types with arguments of type TaskAttemptModifier and TypeMethodDescriptionMap<org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId,TaskAttempt> TaskImpl.getAttempts() -
Uses of TaskAttempt in org.apache.hadoop.mapreduce.v2.app.webapp
Methods in org.apache.hadoop.mapreduce.v2.app.webapp that return TaskAttemptModifier and TypeMethodDescriptionstatic TaskAttemptAMWebServices.getTaskAttemptFromTaskAttemptString(String attId, Task task) convert a task attempt id string to an actual task attempt and handle all the error checking.Methods in org.apache.hadoop.mapreduce.v2.app.webapp with parameters of type TaskAttemptModifier and TypeMethodDescriptionprotected javax.ws.rs.core.ResponseAMWebServices.killJobTaskAttempt(TaskAttempt ta, org.apache.hadoop.security.UserGroupInformation callerUGI, javax.servlet.http.HttpServletRequest hsr) -
Uses of TaskAttempt in org.apache.hadoop.mapreduce.v2.app.webapp.dao
Methods in org.apache.hadoop.mapreduce.v2.app.webapp.dao that return TaskAttemptConstructors in org.apache.hadoop.mapreduce.v2.app.webapp.dao with parameters of type TaskAttemptModifierConstructorDescriptionJobTaskAttemptCounterInfo(TaskAttempt taskattempt) MapTaskAttemptInfo(TaskAttempt ta, Boolean isRunning) ReduceTaskAttemptInfo(TaskAttempt ta, Boolean isRunning) TaskAttemptInfo(TaskAttempt ta, org.apache.hadoop.mapreduce.v2.api.records.TaskType type, Boolean isRunning)