Uses of Interface
org.apache.hadoop.mapreduce.v2.app.job.Task
Packages that use Task
Package
Description
-
Uses of Task in org.apache.hadoop.mapreduce.v2.app.job
Methods in org.apache.hadoop.mapreduce.v2.app.job that return TaskModifier and TypeMethodDescriptionJob.getTask(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskID) Methods in org.apache.hadoop.mapreduce.v2.app.job that return types with arguments of type Task -
Uses of Task in org.apache.hadoop.mapreduce.v2.app.job.impl
Classes in org.apache.hadoop.mapreduce.v2.app.job.impl that implement TaskModifier and TypeClassDescriptionclassclassclassImplementation of Task interface.Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return TaskModifier and TypeMethodDescriptionJobImpl.getTask(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskID) Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return types with arguments of type TaskModifier and TypeMethodDescriptionJobImpl.getTasks()JobImpl.getTasks(org.apache.hadoop.mapreduce.v2.api.records.TaskType taskType) Methods in org.apache.hadoop.mapreduce.v2.app.job.impl with parameters of type TaskMethod parameters in org.apache.hadoop.mapreduce.v2.app.job.impl with type arguments of type TaskModifier and TypeMethodDescriptionstatic org.apache.hadoop.mapreduce.CountersJobImpl.incrTaskCounters(org.apache.hadoop.mapreduce.Counters counters, Collection<Task> tasks) -
Uses of Task in org.apache.hadoop.mapreduce.v2.app.metrics
Methods in org.apache.hadoop.mapreduce.v2.app.metrics with parameters of type TaskModifier and TypeMethodDescriptionvoidMRAppMetrics.completedTask(Task task) voidMRAppMetrics.endRunningTask(Task task) voidMRAppMetrics.endWaitingTask(Task task) voidMRAppMetrics.failedTask(Task task) voidMRAppMetrics.killedTask(Task task) voidMRAppMetrics.launchedTask(Task task) voidMRAppMetrics.runningTask(Task task) voidMRAppMetrics.waitingTask(Task task) -
Uses of Task in org.apache.hadoop.mapreduce.v2.app.speculate
Fields in org.apache.hadoop.mapreduce.v2.app.speculate with type parameters of type Task -
Uses of Task in org.apache.hadoop.mapreduce.v2.app.webapp
Fields in org.apache.hadoop.mapreduce.v2.app.webapp declared as TaskMethods in org.apache.hadoop.mapreduce.v2.app.webapp that return TaskModifier and TypeMethodDescriptionApp.getTask()static TaskAMWebServices.getTaskFromTaskIdString(String tid, Job job) convert a task id string to an actual task and handle all the error checking.Methods in org.apache.hadoop.mapreduce.v2.app.webapp with parameters of type TaskModifier 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. -
Uses of Task in org.apache.hadoop.mapreduce.v2.app.webapp.dao
Constructors in org.apache.hadoop.mapreduce.v2.app.webapp.dao with parameters of type Task