Uses of Enum
org.apache.drill.yarn.appMaster.Task.Disposition
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of Task.Disposition in org.apache.drill.yarn.appMaster
Modifier and TypeFieldDescriptionTask.disposition
Disposition of a completed task: whether it was cancelled, succeeded or failed.Modifier and TypeMethodDescriptionTask.getDisposition()
static Task.Disposition
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 TypeMethodDescriptionprotected void
TaskState.taskStartFailed
(EventContext context, Task.Disposition disposition) Task failed when starting.