Uses of Class
org.apache.hadoop.applications.mawo.server.common.TaskId
Packages that use TaskId
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of TaskId in org.apache.hadoop.applications.mawo.server.common
Methods in org.apache.hadoop.applications.mawo.server.common that return TaskIdModifier and TypeMethodDescriptionfinal TaskIdAbstractTask.getTaskId()Get TaskId for a Task.Task.getTaskId()Get TaskId of a Task.final TaskIdTaskStatus.getTaskId()Get Task Id.Methods in org.apache.hadoop.applications.mawo.server.common with parameters of type TaskIdModifier and TypeMethodDescriptionfinal TaskStatus.StateTaskStatus.getTaskState(TaskId localtaskId) Get Task status of a Task.final voidSet Task Id.voidSet TaskId.final voidSet TaskId.final voidTaskStatus.setTaskState(TaskId localtaskId, TaskStatus.State localrunState) Set staus of a Task.Constructors in org.apache.hadoop.applications.mawo.server.common with parameters of type TaskIdModifierConstructorDescriptionAbstrackTask constructor.Create Simple Task with Task details.TaskStatus(WorkerId localworkerId, TaskId localtaskId, String localtaskCMD, String localtaskType) Task status constructor with workerId, TaskId, TaskCmd, TaskType.TaskStatus(WorkerId localworkerId, TaskId localtaskId, TaskStatus.State localrunState, String localtaskCMD, String localtaskType) Task status constructor with workerId, TaskId, TaskCmd, TaskType and Run State.Teardown Task constructor.