| Package | Description |
|---|---|
| org.apache.drill.yarn.appMaster |
Implements the Drill Application Master for YARN.
|
| Modifier and Type | Field and Description |
|---|---|
Task.Disposition |
Task.disposition
Disposition of a completed task: whether it was cancelled, succeeded or
failed.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Disposition |
Task.getDisposition() |
static Task.Disposition |
Task.Disposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Disposition[] |
Task.Disposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskState.taskStartFailed(EventContext context,
Task.Disposition disposition)
Task failed when starting.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.