Uses of Enum Class
org.apache.hadoop.applications.mawo.server.common.TaskType
Packages that use TaskType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of TaskType in org.apache.hadoop.applications.mawo.server.common
Methods in org.apache.hadoop.applications.mawo.server.common that return TaskTypeModifier and TypeMethodDescriptionfinal TaskTypeAbstractTask.getTaskType()Get TaskType for a Task.Task.getTaskType()Get Task type such as Simple, Composite.static TaskTypeReturns the enum constant of this class with the specified name.static TaskType[]TaskType.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 TaskTypeModifier and TypeMethodDescriptionfinal voidAbstractTask.setTaskType(TaskType type) Set TaskType for a Task.