| Package | Description |
|---|---|
| org.apache.tez.serviceplugins.api |
| Modifier and Type | Method and Description |
|---|---|
static TaskScheduler.SchedulerTaskState |
TaskScheduler.SchedulerTaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskScheduler.SchedulerTaskState[] |
TaskScheduler.SchedulerTaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskScheduler.taskStateUpdated(Object task,
TaskScheduler.SchedulerTaskState state)
Information about the state of a previously allocated task.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.