Package | Description |
---|---|
org.apache.hadoop.applications.mawo.server.common |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
TaskType |
AbstractTask.getTaskType()
Get TaskType for a Task.
|
TaskType |
Task.getTaskType()
Get Task type such as Simple, Composite.
|
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTask.setTaskType(TaskType type)
Set TaskType for a Task.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.