Uses of Enum Class
org.apache.hadoop.applications.mawo.server.common.TaskStatus.State
Packages that use TaskStatus.State
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of TaskStatus.State in org.apache.hadoop.applications.mawo.server.common
Methods in org.apache.hadoop.applications.mawo.server.common that return TaskStatus.StateModifier and TypeMethodDescriptionfinal TaskStatus.StateTaskStatus.getRunState()Get status of a Task.final TaskStatus.StateTaskStatus.getTaskState(TaskId localtaskId) Get Task status of a Task.static TaskStatus.StateReturns the enum constant of this class with the specified name.static TaskStatus.State[]TaskStatus.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.applications.mawo.server.common with parameters of type TaskStatus.StateModifier and TypeMethodDescriptionfinal voidTaskStatus.setRunState(TaskStatus.State localrunState) Update status of a Task.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 TaskStatus.StateModifierConstructorDescriptionTaskStatus(WorkerId localworkerId, TaskId localtaskId, TaskStatus.State localrunState, String localtaskCMD, String localtaskType) Task status constructor with workerId, TaskId, TaskCmd, TaskType and Run State.