Uses of Enum
org.apache.drill.yarn.appMaster.Task.Disposition
Packages that use Task.Disposition
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of Task.Disposition in org.apache.drill.yarn.appMaster
Fields in org.apache.drill.yarn.appMaster declared as Task.DispositionModifier and TypeFieldDescriptionTask.dispositionDisposition of a completed task: whether it was cancelled, succeeded or failed.Methods in org.apache.drill.yarn.appMaster that return Task.DispositionModifier and TypeMethodDescriptionTask.getDisposition()static Task.DispositionReturns 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.Methods in org.apache.drill.yarn.appMaster with parameters of type Task.DispositionModifier and TypeMethodDescriptionprotected voidTaskState.taskStartFailed(EventContext context, Task.Disposition disposition) Task failed when starting.